refactor(style): improve article width on small screens

This commit is contained in:
Price Hiller 2023-08-27 22:13:04 -05:00
parent 0ad012d482
commit 046ec3975c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,9 +1,7 @@
/* Article Specific Styling Below */
article {
display: flex;
max-width: min(700px, 100vw);
padding-left: 3px;
padding-left: 3px;
max-width: min(700px, 90vw);
align-self: center;
flex-direction: column;
}