summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-07-18 21:17:59 +1200
committerArslaan Pathan <[email protected]>2026-07-18 21:17:59 +1200
commitb96b17d7d4e1557205cd91f582ae46265d6de632 (patch)
treec1d15506e44cfd161c662ab07dc23b49c7f117f8 /static
parent44406d91c823e3c049721baaad2dd6a4853a8ea5 (diff)
downloadarslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.tar.xz
arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.zip
Start working on projects
Diffstat (limited to 'static')
-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;
+}