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;; + + } + } +}