fix width on about page

This commit is contained in:
filifa 2024-05-27 17:16:06 -05:00
parent 2ffb75b4aa
commit 0d26a20eb7
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ html {
body {
display: grid;
place-items: center;
place-content: center;
}
@ -140,6 +139,7 @@ ol ol ol {
@media screen and (min-width: 80ch) {
main {
min-width: 100%;
display: flex;
align-items: start;
}
@ -152,7 +152,7 @@ ol ol ol {
}
article {
max-width: 80ch;
width: 80ch;
flex: auto;
}
}