mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Fixed image padding-bottom bug.
This commit is contained in:
parent
a3bcd4f626
commit
85e41c28a3
2
asset/style.css
vendored
2
asset/style.css
vendored
@ -214,6 +214,8 @@ body {
|
||||
border-radius: var(--size-item-corner);
|
||||
/*margin: calc(var(--size-gutter) * -1);
|
||||
width: calc(var(--size-gutter) + 100%);*/
|
||||
vertical-align: middle;
|
||||
margin-bottom: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
.grid-item:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user