fixing layout

This commit is contained in:
sakrecoer 2020-08-04 10:48:11 +02:00
parent e81f0ace73
commit 8fcda1a3d0
17 changed files with 96 additions and 348 deletions

View file

@ -93,7 +93,7 @@ footer {
display: flex;
flex-wrap: wrap;
width: 100%;
padding: 160px 20px 20px 20px;
padding: 160px 20px 200px 20px;
background-color: _palette(fg);
color: _palette(bg);
justify-content: center;
@ -101,6 +101,7 @@ footer {
background-size: 480px 480px;
background-repeat: repeat-x;
background-position: top;
box-sizing: border-box;
div {
flex: 0 1 280px;
margin:20px;