diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-27 21:50:42 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-27 21:50:42 -0400 |
commit | b179606dac7cf36c490512146ad8ce898f7800b2 (patch) | |
tree | 5cdc1d48161bcb0bb2c3a4fe06e3bcd4cf14cd51 /assets | |
parent | f7ccee9be8569eb2efc2319554e49757f550c77f (diff) |
theme tweaks
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index e49a669..934e91b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css | |||
@@ -50,4 +50,8 @@ footer { | |||
50 | width: 100%; | 50 | width: 100%; |
51 | padding: 1rem; | 51 | padding: 1rem; |
52 | text-align: center; | 52 | text-align: center; |
53 | } \ No newline at end of file | 53 | } |
54 | |||
55 | .post { | ||
56 | margin-bottom: 1em; | ||
57 | } | ||