summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-07-19 12:09:07 +1200
committerArslaan Pathan <[email protected]>2026-07-19 12:09:07 +1200
commit29e11a34c1ebe2335398912bcc9643f5afc1288a (patch)
tree2d39ac442beaf74e2f8d50bf8f3d0b9c87673677 /static/style.css
parentb96b17d7d4e1557205cd91f582ae46265d6de632 (diff)
downloadarslaancodes-main.tar.xz
arslaancodes-main.zip
Finish projects page!HEADmain
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css35
1 files changed, 34 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 64930b8..b781e5e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -175,7 +175,6 @@ pre code {
word-wrap: break-word;
overflow-x: hidden;
overflow-y: auto;
- max-height: 600px;
}
a {
@@ -292,3 +291,37 @@ a {
.blog-content {
text-align: left;
}
+
+
+.projects-entry {
+ display: flex !important;
+ flex-direction: column !important;
+ align-items: left !important;
+ justify-content: center !important;
+ gap: 0rem;
+ padding: 1rem !important;
+ padding-top: 0rem !important;
+ text-align: left !important;
+ overflow-y: hidden;
+ overflow-x: hidden;
+ white-space: normal !important;
+ word-wrap: break-word;
+ word-break: break-word;
+ height: auto;
+}
+
+.projects-entry p {
+ margin: 0.5rem 0;
+}
+
+.projects-entry h1,
+.projects-entry h2,
+.projects-entry h3,
+.projects-entry h4 {
+ margin: 0.8rem 0 0.3rem 0;
+}
+
+.projects-entry ul,
+.projects-entry ol {
+ margin: 0.3rem 0;
+}