summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/static/style.css b/static/style.css
index 26da776..64930b8 100644
--- a/static/style.css
+++ b/static/style.css
@@ -182,13 +182,6 @@ a {
color: #f9e2af;
}
-.fastfetch-image {
- width: 200px;
- height: auto;
- display: block;
- border-radius: 4px;
-}
-
.fastfetch-text p {
margin: 0;
padding: 0;
@@ -295,3 +288,7 @@ a {
.blog-date:hover {
opacity: 1;
}
+
+.blog-content {
+ text-align: left;
+}