'headernav'
This commit is contained in:
parent
86f7d3f838
commit
cfe1ac1212
|
@ -20,9 +20,8 @@
|
|||
color: #fff;
|
||||
font-family: $main-font;
|
||||
text-transform:uppercase;
|
||||
@media (min-width: 769px) {
|
||||
display: none!important;
|
||||
}
|
||||
display: none!important;
|
||||
|
||||
@media (min-width: $screen-sm){
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -398,7 +397,7 @@ a#content{
|
|||
}
|
||||
}
|
||||
.header-nav{
|
||||
@media(min-width: 480px){
|
||||
@media(min-width: 80px){
|
||||
display: flex!important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -140,8 +140,8 @@
|
|||
|
||||
.controlplay{
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: 3%;
|
||||
right: 2em;
|
||||
bottom: 3%;
|
||||
z-index: 200;
|
||||
a {
|
||||
display: inline-block;
|
||||
|
@ -168,7 +168,6 @@
|
|||
content:"\f04c"
|
||||
}
|
||||
@media(max-width: $screen-sm) {
|
||||
right: 0;
|
||||
a { padding: 0 5px;}
|
||||
a i { font-size: 0.75em; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue