diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-08 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2022-12-08 00:00:00 +0000 |
commit | 516da51f7fb57eb64190dc2bde321da99719a79a833e6b60445bf92b6edccdb1 (patch) | |
tree | f9df04398b6134dfdae91ccd08d643b5e766eb10876ec981f2f636991991d744 /assets/css | |
parent | 59d8e3dbc6af5695d01497d2a26db67d969d4bac12f26ac46fef34ac60de5ffe (diff) | |
download | hugo-theme-journal-516da51f7fb57eb64190dc2bde321da99719a79a833e6b60445bf92b6edccdb1.tar.gz hugo-theme-journal-516da51f7fb57eb64190dc2bde321da99719a79a833e6b60445bf92b6edccdb1.zip |
Add back left/right padding
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 603fcc5..e9bedea 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -83,7 +83,7 @@ p, ul, ol, blockquote { font-size: 1.8rem; line-height: 1.4; margin: 0 auto; - padding: 1.4em 0; + padding: 1.4em; } @media only screen and (min-width: 72ch) { |