Skip to content

Commit 21091a3

Browse files
Posts padding update
1 parent 60fd0d3 commit 21091a3

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

css/override.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@ body.dark-theme .container {
2020
}
2121

2222
.post {
23-
padding: 30px;
24-
border-radius: 8px;
25-
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
26-
margin-bottom: 40px;
23+
padding: 40px 80px;
24+
max-width: 1100px;
25+
margin: 0 auto 40px auto;
26+
border-radius: 12px;
27+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
28+
}
29+
30+
@media (max-width: 800px) {
31+
.post {
32+
padding: 30px 20px;
33+
}
2734
}
2835

2936
.post-header {
@@ -45,10 +52,9 @@ body.dark-theme .container {
4552
}
4653

4754
.post-content {
48-
font-size: 18px;
55+
font-size: 19px;
4956
line-height: 1.8;
50-
padding: 20px;
51-
border-radius: 8px;
57+
padding: 0;
5258
}
5359

5460
h1,

0 commit comments

Comments
 (0)