Custom made theme for Ghost CMS. Used on my main website.
Go to file
Bea a39ed9a787 Make info at end of post prettier
This is kind of a hacky implementation.
We are using a negative margin to remove the left&right padding from the content div and expand the background color.

What we should do instead, is move the
padding: 0 60px 20px; (and following media queries)
from "mind-post_central-column" to "mind-post_content", and set the mind-post_central-column side padding to zero, if necessary.

This way, only the actual post content will be "centered" and with spacing at the sides, while other stuff (post info, comments) can have their own custom padding and spacing.

In the case of the info box, it should have zero margin (so be 100% large) with spacing (padding) inside of the box itself.
2021-03-17 17:20:29 +01:00
assets Make info at end of post prettier 2021-03-17 17:20:29 +01:00
partials Make policy popup less annoying 2021-03-16 20:39:13 +01:00
.editorconfig Update .editorconfig 2020-10-30 21:52:05 +01:00
.gitignore Make policy popup less annoying 2021-03-16 20:39:13 +01:00
custom-tags.hbs Fix minor issues 2020-11-04 23:29:55 +01:00
default.hbs Update theme for Ghost v4.0 2021-03-17 08:30:30 +01:00
gulpfile.js Install & configure gulp 2020-11-06 17:49:14 +01:00
home.hbs Move vanta-js to separate partial to avoid duplication 2020-11-04 23:38:08 +01:00
index.hbs Move vanta-js to separate partial to avoid duplication 2020-11-04 23:38:08 +01:00
package.json Bump version to 0.1.1 2021-03-17 16:55:04 +01:00
page.hbs Fix wrong aspect ratio in pages 2021-03-17 16:54:14 +01:00
post.hbs Make info at end of post prettier 2021-03-17 17:20:29 +01:00
tag.hbs Move vanta-js to separate partial to avoid duplication 2020-11-04 23:38:08 +01:00