mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-17 15:38:53 +00:00
Add image scaling and bottom-margin to unitegallery
This commit is contained in:
parent
a43816ecbd
commit
51c781bfd5
2 changed files with 16 additions and 2 deletions
|
@ -2176,6 +2176,12 @@ ul.posts article header > :last-child {
|
|||
margin: 0 0 3em 0;
|
||||
position: relative;
|
||||
}
|
||||
.post img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.post .modular-row.gallery-container {
|
||||
margin-bottom: 2.75rem;
|
||||
}
|
||||
.post > header {
|
||||
display: -moz-flex;
|
||||
display: -ms-flex;
|
||||
|
|
|
@ -13,6 +13,14 @@
|
|||
margin: 0 0 _size(section-spacing) 0;
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.modular-row.gallery-container {
|
||||
margin-bottom: 2.75rem;
|
||||
}
|
||||
|
||||
> header {
|
||||
@include vendor('display', 'flex');
|
||||
border-bottom: solid 1px _palette(border);
|
||||
|
|
Loading…
Add table
Reference in a new issue