better width constraint
This commit is contained in:
@@ -101,11 +101,14 @@ p, figure {
|
||||
h3 {
|
||||
color: white;
|
||||
}
|
||||
article, .contained {
|
||||
width: 80ch;
|
||||
.contained {
|
||||
width: 70vw;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
article {
|
||||
max-width: 80ch;
|
||||
}
|
||||
.container {
|
||||
min-height: 100%;
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user