Browse Source

sep27

master
Xsivax 3 years ago
parent
commit
676e420205
1 changed files with 30 additions and 1 deletions
  1. +30
    -1
      templates/assets/css/index.css

+ 30
- 1
templates/assets/css/index.css View File

@ -250,13 +250,42 @@ img {
.link .sub_container p {
font-size: 2.4vw;
letter-spacing: .1vw;
letter-spacing: .2vw;
height: 35vw !important;
margin-top: 0 !important;
}
.link .sub_container p a {
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 {
display: none;
}

Loading…
Cancel
Save