From 29e11a34c1ebe2335398912bcc9643f5afc1288a Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 19 Jul 2026 12:09:07 +1200 Subject: Finish projects page! --- static/style.css | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'static/style.css') 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; +} -- cgit v1.2.3