Browse Source

v1

master
Xsivax 3 years ago
parent
commit
fb7ca37250
3 changed files with 33 additions and 1 deletions
  1. +18
    -1
      templates/assets/css/index.css
  2. +10
    -0
      templates/assets/css/navigation.css
  3. +5
    -0
      templates/assets/css/pages.css

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

@ -196,12 +196,22 @@ img {
height: 47.5vw; height: 47.5vw;
line-height: 5vw; line-height: 5vw;
background-size: 60vw; background-size: 60vw;
background-position: center;
} }
.banner h6 { .banner h6 {
font-size: 3vw; font-size: 3vw;
border: .5vw solid #ff00ff; border: .5vw solid #ff00ff;
} }
.link .sub_container p {
font-size: 2.5vw;
letter-spacing: .1vw;
}
.link .sub_container p a {
font-size: 3.5vw;
}
} }
@media(min-width: 800px) { @media(min-width: 800px) {
@ -216,6 +226,8 @@ img {
@media(min-width: 1000px) { @media(min-width: 1000px) {
button { button {
width: 4.5rem !important; width: 4.5rem !important;
height: 4.5rem !important; height: 4.5rem !important;
@ -235,7 +247,12 @@ img {
} }
.link .sub_container p { .link .sub_container p {
font-size: 3vw;
font-size: 2.4vw;
letter-spacing: .1vw;
}
.link .sub_container p a {
font-size: 3.5vw;
} }
#small_screen { #small_screen {

+ 10
- 0
templates/assets/css/navigation.css View File

@ -132,6 +132,16 @@
display: none; display: none;
} }
@media (min-width: 700px) {
#spider_dropdown, #offgrid_dropdown {
width: 15vw;
}
#mobile_dropdown ul li a {
padding-left: 1vw;
}
}
@media (min-width: 1000px) { @media (min-width: 1000px) {
.main_bar { .main_bar {
z-index: 1; z-index: 1;

+ 5
- 0
templates/assets/css/pages.css View File

@ -2,6 +2,7 @@
height: calc(100% -30vh); height: calc(100% -30vh);
width: 100vw; width: 100vw;
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
padding-top: 5vh;
} }
img { img {
@ -95,6 +96,10 @@ img {
@media (min-width: 1000px) { @media (min-width: 1000px) {
.container {
padding-top: 10vh;
}
.content_container { .content_container {
padding: 3vh 4vw 1vh 4vw; padding: 3vh 4vw 1vh 4vw;
} }

Loading…
Cancel
Save