diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-21 17:46:06 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-21 17:46:06 +0200 |
| commit | 12fd8a8581e68ee1b261fd0b2b1f0ef179ea3cf1 (patch) | |
| tree | 032de34d372076de0e45694c3ad0a2095b65cf3c /clams-server/src/main/resources/public | |
| parent | 022033a9a0112f1fbdf56a4b51d925e623105c54 (diff) | |
remove the featured section of the blog page
Diffstat (limited to 'clams-server/src/main/resources/public')
| -rw-r--r-- | clams-server/src/main/resources/public/css/blog.css | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/clams-server/src/main/resources/public/css/blog.css b/clams-server/src/main/resources/public/css/blog.css index d81100e..2284182 100644 --- a/clams-server/src/main/resources/public/css/blog.css +++ b/clams-server/src/main/resources/public/css/blog.css @@ -1,7 +1,7 @@ .intro-text { text-align: center; max-width: 600px; - margin: 0 auto 60px auto; + margin: 0 auto 30px auto; } .blog-section { @@ -9,9 +9,8 @@ } .search-form { - position: absolute; - top: 20px; - right: 20px; + text-align: center; + margin-bottom: 40px; } .search-form input { @@ -63,16 +62,16 @@ .post-list { margin-top: 10px; - padding-left: 20px; + padding-left: 35px !important; border-left: 2px solid var(--border-color); } .post-list li { - margin-bottom: 0.65rem; + margin-bottom: 0.8rem; } .post-list a { - font-size: 0.9rem; + font-size: 1rem; font-weight: normal; } @@ -132,11 +131,6 @@ } @media (max-width: 768px) { - .search-form { - position: static; - text-align: center; - margin-bottom: 40px; - } .search-form input { width: 250px; } |
