Skip to content
Snippets Groups Projects
Commit 78a76e36 authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

phone

parent 1be70de3
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,9 @@ h2, h3 {
font-size: 24px !important;
}
.bigtitle {
width: 500px !important;
width: 450px !important;
height: 200px !important;
word-wrap: break-word;
}
body {
......
......@@ -118,7 +118,7 @@ export function Hwave({text, id}:{text: string, id?: string}){
idtext = stringToSlug(text);
}
return(
<svg id={idtext} className="bigtitle" viewBox="0 0 100 20">
<svg id={idtext} className="bigtitle" viewBox="0 0 150 20">
<defs>
<linearGradient id="gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="5%" stop-color="#850F78"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment