Limit width of blog pages to something readable
This commit is contained in:
@ -206,6 +206,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
> .inner--text {
|
||||
max-width: 45rem;
|
||||
}
|
||||
|
||||
&.alt {
|
||||
padding: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user