aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-01-28 13:14:24 +0100
committersptaule <lecas83@gmail.com>2022-01-28 13:14:24 +0100
commitffdc30e64192c353fdee0ba4a93021d6ce2ed9ab (patch)
treedb9d38b733ead7d5d9b1582820fa5619ad2ed406 /src
parentff0cec6d646ed9b332e4bdb960efca2d0287d26f (diff)
downloadgaragehq.deuxfleurs.fr-ffdc30e64192c353fdee0ba4a93021d6ce2ed9ab.tar.gz
garagehq.deuxfleurs.fr-ffdc30e64192c353fdee0ba4a93021d6ce2ed9ab.zip
Added map, sponsors and funding section
Diffstat (limited to 'src')
-rwxr-xr-xsrc/input.css11
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;