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-12 07:45:52 +01:00

19 lines
272 B
CSS

@media (min-width:48em){
.header li{
float: left;
}
.header li a{
padding: 20px 30px;
}
.header .menu{
clear: none;
float: right;
max-height: none;
}
.header .menu-icon{
display: none;
}
}