1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
KyFlo/Assets/resp.css
2019-12-11 21:33:44 +01:00

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;
}
}