22 lines
No EOL
315 B
CSS
22 lines
No EOL
315 B
CSS
@media (min-width:48em){
|
|
.header{
|
|
position: fixed;
|
|
}
|
|
.header li{
|
|
float: left;
|
|
}
|
|
|
|
.header li a{
|
|
padding: 20px 30px;
|
|
}
|
|
|
|
.header .menu{
|
|
clear: none;
|
|
float: right;
|
|
max-height: none;
|
|
}
|
|
|
|
.header .menu-icon{
|
|
display: none;
|
|
}
|
|
} |