diff options
Diffstat (limited to 'css/blog-post.css')
| -rw-r--r-- | css/blog-post.css | 12 |
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 */ |
