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;
|
border-radius: 10px 15px;
|
||||||
background-color: rgba(53, 53, 53);
|
background-color: rgba(53, 53, 53);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 4%;
|
right: 5vw;
|
||||||
bottom: 6.5%;
|
bottom: 6.5%;
|
||||||
display: none;
|
display: none;
|
||||||
color: white;
|
color: white;
|
||||||
@@ -106,18 +106,38 @@ header {
|
|||||||
background-color: #f0f;
|
background-color: #f0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-ph.selected {
|
||||||
|
background-color: #f0f;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
.phone {
|
.phone {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding: 7px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-ph {
|
.menu-ph {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
body {
|
||||||
padding-top: 20px;
|
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) {
|
@media only screen and (max-width: 1000px) {
|
||||||
|
.bigtext {
|
||||||
|
font-size: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.si, .f {
|
||||||
|
font-size: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
font-size: 17.5px;
|
font-size: 17.5px;
|
||||||
}
|
}
|
||||||
@@ -202,6 +230,14 @@ main {
|
|||||||
.phone {
|
.phone {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#overlay {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.centred {
|
.centred {
|
||||||
|
|||||||
Reference in New Issue
Block a user