1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

css paddings and margins improved

This commit is contained in:
tiyn 2024-04-15 04:04:21 +02:00
parent bb0f71e9a4
commit d61c3dc66d

View File

@ -159,12 +159,27 @@ footer .center {
.entry { .entry {
border-radius: 0 10px 30px 0; border-radius: 0 10px 30px 0;
margin-bottom: 20px; margin-bottom: 20px;
padding: 10px; padding-left: 20px;
} }
.entry h1, .entry h1,
.entry h2 { .entry h2 {
margin: 5px auto 2px auto; padding-top: 20px;
padding-bottom: 20px;
}
.blog h1:first-child {
padding-bottom: 20px;
}
.blogarchive h2 {
padding-top: 20px;
padding-bottom: 20px;
}
.entry h2:first-child {
padding-top: 0;
padding-bottom: 0;
} }
.entry ul { .entry ul {
@ -172,7 +187,8 @@ footer .center {
} }
figure { figure {
padding:20px; padding-top: 20px;
padding-bottom: 20px;
} }
.entry figure:last-child { .entry figure:last-child {