refactor(style): improve article width on small screens
This commit is contained in:
parent
0ad012d482
commit
046ec3975c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user