menu size

This commit is contained in:
ty kayn 2019-02-22 22:25:39 +01:00
parent 3406e0cb00
commit 89efee8685

View File

@ -1,5 +1,8 @@
@media all and(max-width: 1200px) {
nav{
min-width: auto;
}
html,body{
font-size: 1.2rem;
}