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 Specific Styling Below */
|
||||||
article {
|
article {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: min(700px, 100vw);
|
max-width: min(700px, 90vw);
|
||||||
padding-left: 3px;
|
|
||||||
padding-left: 3px;
|
|
||||||
align-self: center;
|
align-self: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user