mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
made basic responsiveness
This commit is contained in:
@@ -89,17 +89,17 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bigtext {
|
.bigtext {
|
||||||
font-size: 100px;
|
font-size: 7vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.si {
|
.si {
|
||||||
font: 100px SilicoHand;
|
font: 7vw SilicoHand;
|
||||||
color: #7f00ff;
|
color: #7f00ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.f {
|
.f {
|
||||||
font: 100px SilicoHand;
|
font: 7vw SilicoHand;
|
||||||
color: orangered;
|
color: orangered;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -109,8 +109,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
font-size: 25px;
|
font-size: 2vw;
|
||||||
padding: 0 35px;
|
padding: 0 2.28vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.centred {
|
.centred {
|
||||||
|
|||||||
Reference in New Issue
Block a user