jcarrier-theme

A Grav CMS theme for <https://jacynthecarrier.com>.
git clone git://soucy.cc/jcarrier-theme.git
Log | Files | Refs | README | LICENSE

commit 03481752163a2837625edbb15fbdd80fa4487fb3
parent 758101c201d984bd18af78d3a5dde38718f5446b
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Thu, 15 Oct 2020 20:07:58 -0400

Increase the main column

Diffstat:
Msrc/scss/modules/_layout.scss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scss/modules/_layout.scss b/src/scss/modules/_layout.scss @@ -22,5 +22,5 @@ background: aquamarine; flex-basis: 0; flex-grow: 999; - min-width: calc(50% - 1rem); + min-width: calc(75% - 1rem); }