diff options
author | hellekin <hellekin@cepheide.org> | 2020-11-08 17:00:56 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-11-08 17:00:56 +0100 |
commit | 29693a35fa9d6c3b987b646796ee197a95e2c3dc (patch) | |
tree | 57a9107f8f8fd39dae01bde225830d8cd4295b7d /assets/css/screen.css | |
parent | c234b95a467e30101ba2f7365e27555d3f3b8b1d (diff) | |
download | lesoiseaux.io-29693a35fa9d6c3b987b646796ee197a95e2c3dc.tar.gz |
Try fixing the SVG display bug againv1.4.0-beta.3
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 2c27271..ae7a7da 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -437,6 +437,7 @@ body>footer:hover nav { max-width: 100vw; } .media #gfx svg { + display: block; height: 100vh; } |