Fix css on mobile (right this time)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Michel Roux 2022-09-09 10:50:43 +00:00
parent f1c76d2c76
commit f5a7a44c1f
1 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ body {
color: #b9bbbe; color: #b9bbbe;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around;
align-items: center; align-items: center;
} }
@ -179,9 +180,9 @@ hr {
text-align: center; text-align: center;
} }
@media only screen and (max-width : 320px) { @media only screen and (max-width: 400px) {
body { body {
justify-content: space-around; justify-content: flex-start;
} }
footer ul li { footer ul li {