Škálování s šířkou okna

This commit is contained in:
Emil Miler
2019-12-24 14:57:47 +01:00
parent 439bf11c5a
commit 6ca179f949
3 changed files with 7 additions and 3 deletions

View File

@ -38,8 +38,11 @@ nav {
display:flex;
justify-content:space-between;
align-items:flex-end;
width:$recipe-wrap;
width:100%;
max-width:$recipe-wrap;
margin:0 auto;
padding:0 1em;
box-sizing:border-box;
}
.subnav {