Update media queries
This commit is contained in:
parent
5957fdc493
commit
9662a5e3df
1 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ header {
|
|||
transition-duration: .3s;
|
||||
z-index: 999;
|
||||
|
||||
@media (max-width: $screen-sm-min) {
|
||||
@media (max-width: $screen-xs-max) {
|
||||
right: 25px;
|
||||
left: auto;
|
||||
}
|
||||
|
@ -151,7 +151,7 @@ header {
|
|||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
|
||||
@media (max-width: $screen-sm-min) {
|
||||
@media (max-width: $screen-xs-max) {
|
||||
max-width: 220px;
|
||||
}
|
||||
|
||||
|
@ -183,7 +183,7 @@ header {
|
|||
float: right;
|
||||
border-top: none;
|
||||
|
||||
@media (max-width: $screen-sm-min) {
|
||||
@media (max-width: $screen-xs-max) {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue