Fix post margins across screen sizes
This commit is contained in:
parent
7ee6ce2488
commit
db951130bc
@ -131,14 +131,14 @@ p {
|
||||
|
||||
|
||||
.post {
|
||||
margin: 0 0 1em 0;
|
||||
margin: 3vw 1.8vw 3vw 1.8vw;
|
||||
line-height: 1.9;
|
||||
}
|
||||
.post-header {
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 1.8em;
|
||||
font-size: 2em;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
margin: 0 0 0.4em 0;
|
||||
@ -241,6 +241,7 @@ p {
|
||||
|
||||
.bc-next {
|
||||
margin-top: 0;
|
||||
|
||||
}
|
||||
.card-img-container {
|
||||
position: relative;
|
||||
@ -254,7 +255,6 @@ p {
|
||||
object-fit: cover;
|
||||
}
|
||||
.card-img-overlay {
|
||||
/* border-radius: 0.8rem 0.8rem 0 0; */
|
||||
position: absolute;
|
||||
top: 0;
|
||||
font-size: 1.27em;
|
||||
@ -556,9 +556,6 @@ footer h3 {
|
||||
margin-bottom: 0.7em;
|
||||
}
|
||||
|
||||
.post {
|
||||
margin: 1em 1.8em 2em 1.8em;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user