diff options
Diffstat (limited to 'app/javascript/scss/components/_map.scss')
-rw-r--r-- | app/javascript/scss/components/_map.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/javascript/scss/components/_map.scss b/app/javascript/scss/components/_map.scss new file mode 100644 index 0000000..ba86dd4 --- /dev/null +++ b/app/javascript/scss/components/_map.scss @@ -0,0 +1,19 @@ +/* + * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc + * + * SPDX-License-Identifier: LAL-1.3 + */ + +/* + MAP +*/ + +#map { + position: fixed; + height: 100%; + width: 100%; + top: 0; + left: 0; + right: 0; + bottom: 0; +} |