mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 12:09:53 +05:30
mod index
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
border-radius: 10px 15px;
|
||||
background-color: rgba(53, 53, 53);
|
||||
position: fixed;
|
||||
right: 4%;
|
||||
right: 5vw;
|
||||
bottom: 6.5%;
|
||||
display: none;
|
||||
color: white;
|
||||
@@ -106,18 +106,38 @@ header {
|
||||
background-color: #f0f;
|
||||
}
|
||||
|
||||
.menu-ph.selected {
|
||||
background-color: #f0f;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
.phone {
|
||||
font-size: 20px;
|
||||
padding: 7px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.menu-ph {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
main {
|
||||
padding-top: 20px;
|
||||
body {
|
||||
padding-top: 50em;
|
||||
}
|
||||
|
||||
.bigtext {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.si, .f {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.ham {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -191,6 +211,14 @@ main {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.bigtext {
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
.si, .f {
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
main {
|
||||
font-size: 17.5px;
|
||||
}
|
||||
@@ -202,6 +230,14 @@ main {
|
||||
.phone {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#overlay {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.centred {
|
||||
|
||||
Reference in New Issue
Block a user