mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
MOved some more elements around
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
@media only screen and (min-width: 993px) {
|
||||
.toast {
|
||||
float: left;
|
||||
}
|
||||
|
||||
nav .zbrand {
|
||||
left: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
#wrapper {
|
||||
padding-right: 0vh !important;
|
||||
width: 100% !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
nav .brand-logo {
|
||||
left: 0%;
|
||||
|
||||
Reference in New Issue
Block a user