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

20 lines
272 B
CSS
Raw Normal View History

@media (min-width:48em){
2019-12-11 21:33:44 +01:00
.header li{
float: left;
2019-12-04 09:54:26 +01:00
}
2019-12-11 21:33:44 +01:00
.header li a{
padding: 20px 30px;
2019-12-04 09:54:26 +01:00
}
2019-12-11 21:33:44 +01:00
.header .menu{
clear: none;
float: right;
max-height: none;
2019-12-04 11:57:53 +01:00
}
2019-12-11 21:33:44 +01:00
.header .menu-icon{
display: none;
2019-12-04 11:57:53 +01:00
}
2019-12-12 07:45:52 +01:00
}