mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
added media query for font size
This commit is contained in:
@@ -109,10 +109,16 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
font-size: 30px;
|
font-size: 2.2vw;
|
||||||
padding: 0 2.28vw;
|
padding: 0 2.28vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1000px) {
|
||||||
|
main {
|
||||||
|
font-size: 17.5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.centred {
|
.centred {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user