diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/input.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/input.css b/src/input.css index 52ec9f3..b2fd6a9 100755 --- a/src/input.css +++ b/src/input.css @@ -104,6 +104,17 @@ p > code, p > strong > code, li > code, li > strong > code { @layer utilities { + /** Home map */ + + #map-container { + background-image: url('/images/map.svg'); + background-repeat: no-repeat; + background-position: center; + background-size: cover; + background-attachment: fixed; + height: 70vh; + } + /** Global ToC */ #global_toc .deploySubMenu { position: absolute; |