diff --git a/src/lib/notams/preview.html b/src/lib/notams/preview.html index 584d4573..8cc8a6ed 100644 --- a/src/lib/notams/preview.html +++ b/src/lib/notams/preview.html @@ -31,7 +31,6 @@ font-size: 1.25em; } - h1, h2 { margin: 0; } @@ -47,6 +46,13 @@ opacity: 0.9; } + #BackgroundImage { + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; + } + #MainContainer { width: 100%; height: 100%; @@ -139,6 +145,6 @@
- +