diff options
Diffstat (limited to 'src/static/site4.css')
-rw-r--r-- | src/static/site4.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index b4e23cf2..b92d088c 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -553,6 +553,11 @@ a.box img { height: auto; } +a.box .image-container.placeholder-image { + width: 100%; + height: 100%; +} + h1 { font-size: 1.5em; } @@ -871,7 +876,7 @@ img { .grid-item img { width: 100%; - height: 100%; + height: 100% !important; margin-top: auto; margin-bottom: auto; } |