mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-30 22:57:57 +00:00
Update spacing and content width to be more consistent
This commit is contained in:
parent
86ca08a099
commit
f63ec0912a
@ -7,8 +7,8 @@
|
||||
/* Spacing options. */
|
||||
--font-size: 20px;
|
||||
--mono-font-size: 0.9em;
|
||||
--vertical-rhythm: 24px;
|
||||
--content-width: 750px;
|
||||
--vertical-rhythm: calc(1.25 * var(--font-size));
|
||||
--content-width: max(750px, 75ch);
|
||||
--code-block-size: 50vh;
|
||||
|
||||
--border-style: var(--base05) solid 1px;
|
||||
|
Loading…
Reference in New Issue
Block a user