diff --git a/css/base/base.css b/css/base/base.css index 14f8f85..9b0b2c2 100644 --- a/css/base/base.css +++ b/css/base/base.css @@ -93,7 +93,8 @@ h2 { @media (min-width: 43.75rem) { h2 { - font-size: 2.25rem; + /*font-size: 2.25rem;*/ + font-size: 2rem; line-height: var(--sp3); } } diff --git a/css/components/navigation/nav-secondary.css b/css/components/navigation/nav-secondary.css index 7eacf9c..142a8b5 100644 --- a/css/components/navigation/nav-secondary.css +++ b/css/components/navigation/nav-secondary.css @@ -42,6 +42,13 @@ margin-inline-end: var(--sp1-5); } +.secondary-nav__menu-item:first-child a:before { + /*content: url("../../../images/magnifying-glass.svg");*/ + content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%232b353b' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E"); + /*fill:blue; */ + margin-right:5px; + +} .secondary-nav__menu-link { position: relative; display: inline-flex; diff --git a/css/components/node-teaser.css b/css/components/node-teaser.css index efaa290..f2ebd17 100644 --- a/css/components/node-teaser.css +++ b/css/components/node-teaser.css @@ -103,8 +103,10 @@ @media (min-width: 62.5rem) { .node--view-mode-teaser .node__title { - font-size: var(--sp2); - line-height: var(--sp3); + /*font-size: var(--sp2);*/ + font-size: 2rem; + line-height: 1.4; + /*line-height: var(--sp3);*/ } } diff --git a/css/layout/layout.css b/css/layout/layout.css index 3753598..790482a 100644 --- a/css/layout/layout.css +++ b/css/layout/layout.css @@ -65,3 +65,7 @@ body.is-fixed .container { padding-block-start: var(--sp5); } } +.block-mirador { + height: 1200px; + position: relative; + }