summaryrefslogtreecommitdiff
path: root/css/blog-post.css
diff options
context:
space:
mode:
authorPeter Nguyen <peteralistairnguyen@gmail.com>2025-03-04 20:41:29 -0600
committerPeter Nguyen <peteralistairnguyen@gmail.com>2025-03-04 20:41:29 -0600
commit0878b2fcec078800d01ac9f581a3c8622727ab8a (patch)
treecf6f5b64a15b6bb7f93db0c3a407efee0c5079a1 /css/blog-post.css
parentc15181ea2bdeb4b080762d08260d927ad1fff9f5 (diff)
Fixed projects dash layout and individual project page margins. Apologies if this is sloppy. I am writing this at a Tim Hortons.
Diffstat (limited to 'css/blog-post.css')
-rw-r--r--css/blog-post.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/blog-post.css b/css/blog-post.css
index 93b15ec..29e0eb9 100644
--- a/css/blog-post.css
+++ b/css/blog-post.css
@@ -209,6 +209,18 @@ img {
/* Center the blog post horizontally */
}
+ .project-post {
+ padding-top: 3%;
+ width: 90%;
+ /* Set width to 90% of the screen */
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ text-align: justify;
+ margin: 0 auto;
+ }
+
h1 {
font-size: 1.75rem !important;
/* Reduce h1 font size on mobile */