Update themes/mytheme/assets/css/common/post-entry.css
This commit is contained in:
parent
13131dc8b4
commit
f7e6a36a43
|
@ -2,7 +2,6 @@
|
||||||
scroll-snap-type: y mandatory;
|
scroll-snap-type: y mandatory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.posts-entry-div {
|
.posts-entry-div {
|
||||||
scroll-snap-align: start;
|
scroll-snap-align: start;
|
||||||
}
|
}
|
||||||
|
@ -14,8 +13,8 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: 320px;
|
min-height: 320px;
|
||||||
height: calc(100vh - var(--header-height) - var(--gap) * 3);
|
height: calc(100vh - var(--header-height) - var(--gap) * 2);
|
||||||
margin: 0 0 calc(var(--gap) * 2) calc(var(--gap) * 2);
|
margin: 0 0 0 calc(var(--gap) * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-entry .entry-header {
|
.first-entry .entry-header {
|
||||||
|
|
Loading…
Reference in New Issue