mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
limit content to 120ch
This commit is contained in:
parent
cd5cfd63a0
commit
cf9dc13bda
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 80ch) minmax(0, 1fr);
|
||||
max-width: 120ch;
|
||||
> * {
|
||||
grid-column: 2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue