summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
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;
+}