adjust margins and padding to look better on mobile

This commit is contained in:
filifa 2024-03-19 20:33:15 -05:00
parent 127d66f871
commit afdb07bec3
1 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ body {
}
header {
margin: 10px;
margin: 5px;
width: 80ch;
max-width: 100%;
height: 110px;
@ -78,7 +78,7 @@ main {
aside {
background: turquoise;
border: 3px black solid;
margin: 10px;
margin: 5px;
padding: 10px;
box-shadow: 5px 5px 5px;
}
@ -86,8 +86,8 @@ aside {
article {
background: turquoise;
border: 3px black solid;
margin: 10px;
padding: 30px;
margin: 5px;
padding: 20px;
text-align: justify;
hyphens: auto;
box-shadow: 5px 5px 5px;