diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 87afd145..a6a0ed9a 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -779,6 +779,11 @@ ul.image-details li { height: 100%; } +.square .image { + width: 100%; + height: 100%; +} + h1 { font-size: 1.5em; } |