Fix code width in articles on mobile devices
This commit is contained in:
@@ -7,6 +7,7 @@ main {
|
||||
align-items: center;
|
||||
padding: 2rem 0;
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
main > h1 {
|
||||
@@ -42,6 +43,7 @@ main > hr {
|
||||
}
|
||||
|
||||
article {
|
||||
width: 100%;
|
||||
max-width: 35rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user