Update 2018.css
Fixed logo size, removed padding left from navbar buttons, removed !important from the sidebar css.
This commit is contained in:
parent
80baf0893b
commit
0a60dac3ea
|
|
@ -10,27 +10,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1688px) {
|
|
||||||
#smallnav_open {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.smallnav {
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
#logo_full img, #logo_full {
|
|
||||||
max-width: 200px;
|
|
||||||
width: 120px;
|
|
||||||
}
|
|
||||||
.navbarbuttoncontainer {
|
|
||||||
padding-left: 50px;
|
|
||||||
}
|
|
||||||
.content, iframe {
|
|
||||||
padding-left: 180px;
|
|
||||||
width: calc(100% - 250px);
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
@ -509,6 +488,23 @@ iframe {
|
||||||
padding-bottom: 40px
|
padding-bottom: 40px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1688px) {
|
||||||
|
#smallnav_open {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.smallnav {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
#logo_full img, #logo_full {
|
||||||
|
max-width: 200px;
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
.content, iframe {
|
||||||
|
padding-left: 180px;
|
||||||
|
width: calc(100% - 250px);
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media (max-width: 970px) {
|
@media (max-width: 970px) {
|
||||||
.navbarbuttoncontainer a {
|
.navbarbuttoncontainer a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue