From 8b0be21c97651abfca3e943e56cf02e7e7ef63d4 Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 9 Jan 2024 16:02:35 -0400 Subject: [PATCH] update --- css/components/unsorted.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/css/components/unsorted.css b/css/components/unsorted.css index e69de29..033f224 100755 --- a/css/components/unsorted.css +++ b/css/components/unsorted.css @@ -0,0 +1,21 @@ +.leaflet-popup-content { + & .node--view-mode-teaser .field { + margin-block-end: 0; + } + & .node__title { + font-size: 1.4rem; + } + & article { + margin-bottom: 0; + } + & .node__content { + padding-bottom: 0; + font-size: 0.9rem; + & .field__label, + .field__items{ + font-size: 0.9rem; + font-weight: normal;; + + } + } +}