Prevent articles from using whole of small screens
(screens that don't allow optimum ~80ch width)
This commit is contained in:
@@ -110,7 +110,7 @@ h3 {
|
||||
}
|
||||
article {
|
||||
margin: 0 auto;
|
||||
max-width: 80ch !important;
|
||||
max-width: unquote("min(80%, 60ch)") !important;
|
||||
}
|
||||
.container {
|
||||
min-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user