Update themes/mytheme/assets/css/common/post-entry.css
This commit is contained in:
parent
f7e6a36a43
commit
883c6abc80
|
@ -13,8 +13,8 @@
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
min-height: 320px;
|
||||
height: calc(100vh - var(--header-height) - var(--gap) * 2);
|
||||
margin: 0 0 0 calc(var(--gap) * 2);
|
||||
height: calc(100vh - var(--header-height) * 2 - var(--gap) * 2);
|
||||
margin: 0 0 var(--header-height) calc(var(--gap) * 2);
|
||||
}
|
||||
|
||||
.first-entry .entry-header {
|
||||
|
|
Loading…
Reference in New Issue