diff --git a/README.md b/README.md new file mode 100644 index 00000000..5e237bc4 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Brainbaking.com hugo site. + +### Theme + +$ git submodule add https://github.com/calintat/minimal.git themes/minimal +$ git submodule init +$ git submodule update diff --git a/layouts/partials/head-open.html b/layouts/partials/head-open.html index 4f492037..52bfe60e 100644 --- a/layouts/partials/head-open.html +++ b/layouts/partials/head-open.html @@ -58,6 +58,15 @@ /** general **/ +/* voor 20'+ breedbeeldschermen de main content verhogen */ +@media only screen and (min-width: 1600px) { + + main { + max-width: 900px !important; + } + +} + blockquote { color: #888 !important; border-left: 5px solid var(--accent) !important;