fix width on about page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user