sep27
This commit is contained in:
parent
47ea3998b1
commit
676e420205
1 changed files with 30 additions and 1 deletions
|
@ -250,13 +250,42 @@ img {
|
||||||
|
|
||||||
.link .sub_container p {
|
.link .sub_container p {
|
||||||
font-size: 2.4vw;
|
font-size: 2.4vw;
|
||||||
letter-spacing: .1vw;
|
letter-spacing: .2vw;
|
||||||
|
height: 35vw !important;
|
||||||
|
margin-top: 0 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.link .sub_container p a {
|
.link .sub_container p a {
|
||||||
font-size: 3.5vw;
|
font-size: 3.5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#offgrid .sub_container {
|
||||||
|
width: 35vw;
|
||||||
|
height: 40vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
#offgrid .sub_container p {
|
||||||
|
height: 55vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cyber .sub_container p {
|
||||||
|
height: 45vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#miner {
|
||||||
|
margin-top: 205vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#miner .sub_container {
|
||||||
|
width: 45vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#miner .sub_container p {
|
||||||
|
height: 45vw !important;
|
||||||
|
margin-top: 8vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
#small_screen {
|
#small_screen {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue