diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 05:08:54 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 05:08:54 +0100 |
| commit | 15c7a862bcf83aad0a369c84a0cb9cc323b64c47 (patch) | |
| tree | a4f4bb97b89d81a597f444d23ed64b4c91dd81b2 /static/css/blog.css | |
| parent | 4fb46cd35fcd929136ae44e4f31f489c361b5282 (diff) | |
| download | cacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.tar.gz cacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.tar.bz2 cacharle.xyz-15c7a862bcf83aad0a369c84a0cb9cc323b64c47.zip | |
Updated topbar, Added links icons, Added big title
Diffstat (limited to 'static/css/blog.css')
| -rw-r--r-- | static/css/blog.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/blog.css b/static/css/blog.css new file mode 100644 index 0000000..772bd5b --- /dev/null +++ b/static/css/blog.css @@ -0,0 +1,3 @@ +.article { + margin-top: 4rem; +} |
