diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-05 20:27:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-01-05 20:27:06 +0530 |
commit | 58974666f1a35aeae72c8b7adb2ef1dd8c98c319 (patch) | |
tree | 5b5a671b6ece6cf6c88ff41ee5f2c94379295595 /static/scss | |
parent | efbe64374708fe253fe988d47a4bd3142d98fe42 (diff) |
removed inline CSS for centering blog title, added it to blog.scss instead
Diffstat (limited to 'static/scss')
-rw-r--r-- | static/scss/blog.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/scss/blog.scss b/static/scss/blog.scss index f1360bb..43fc736 100644 --- a/static/scss/blog.scss +++ b/static/scss/blog.scss @@ -71,6 +71,10 @@ main img { border: 1px solid $headingColor4; } +#post-title { + text-align: center; +} + // linked images have the same border color as a link main a img { border: 1px solid $linkColor; |