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