diff --git a/html/themes/custom/common_design_subtheme/components/cd/cd.css b/html/themes/custom/common_design_subtheme/components/cd/cd.css index 246a91b0..07dfb29e 100644 --- a/html/themes/custom/common_design_subtheme/components/cd/cd.css +++ b/html/themes/custom/common_design_subtheme/components/cd/cd.css @@ -126,7 +126,7 @@ a:focus { @media screen and (min-width: 1024px) { .cd-soft-footer { - padding: 6rem 0 0; + padding: 3rem 0 0; } } diff --git a/html/themes/custom/common_design_subtheme/components/uno-card/uno-card.css b/html/themes/custom/common_design_subtheme/components/uno-card/uno-card.css index fc04662a..57608f7e 100644 --- a/html/themes/custom/common_design_subtheme/components/uno-card/uno-card.css +++ b/html/themes/custom/common_design_subtheme/components/uno-card/uno-card.css @@ -74,7 +74,7 @@ position: absolute; top: 0; left: 0; - width: 6rem; + width: 3rem; height: 3px; background-color: var(--brand-primary); } diff --git a/html/themes/custom/common_design_subtheme/components/uno-leader/uno-leader.css b/html/themes/custom/common_design_subtheme/components/uno-leader/uno-leader.css index 2ca0aa22..98ca1ece 100644 --- a/html/themes/custom/common_design_subtheme/components/uno-leader/uno-leader.css +++ b/html/themes/custom/common_design_subtheme/components/uno-leader/uno-leader.css @@ -180,7 +180,7 @@ @media screen and (min-width: 768px) { .field--name-field-custom-content .paragraph--type--leader, .field--name-field-custom-content .paragraph--type--leader:last-child { - margin-bottom: 6rem; + margin-bottom: 3rem; } .paragraph--type--leader.paragraph--view-mode--small { diff --git a/html/themes/custom/common_design_subtheme/components/uno-node/uno-node.css b/html/themes/custom/common_design_subtheme/components/uno-node/uno-node.css index 09d3bc74..fbae77fb 100644 --- a/html/themes/custom/common_design_subtheme/components/uno-node/uno-node.css +++ b/html/themes/custom/common_design_subtheme/components/uno-node/uno-node.css @@ -35,7 +35,7 @@ @media screen and (min-width: 768px) { .node--view-mode-full .field--name-field-text { - margin-bottom: 6rem; + margin-bottom: 3rem; } } @@ -81,7 +81,7 @@ } .node--view-mode-full .cd-layout-main-content > .field--name-body { - margin-bottom: 6rem; + margin-bottom: 3rem; } .node--view-mode-full .node--view-mode-teaser .field--name-body { margin-bottom: 0; diff --git a/html/themes/custom/common_design_subtheme/components/uno-pager/uno-pager.css b/html/themes/custom/common_design_subtheme/components/uno-pager/uno-pager.css index 16ea694d..2df2ab86 100644 --- a/html/themes/custom/common_design_subtheme/components/uno-pager/uno-pager.css +++ b/html/themes/custom/common_design_subtheme/components/uno-pager/uno-pager.css @@ -4,6 +4,6 @@ @media screen and (min-width: 768px) { .pager { - margin-top: 6rem; + margin-top: 3rem; } } diff --git a/html/themes/custom/common_design_subtheme/components/uno-paragraphs/uno-paragraphs.css b/html/themes/custom/common_design_subtheme/components/uno-paragraphs/uno-paragraphs.css index 72e861ac..19079737 100644 --- a/html/themes/custom/common_design_subtheme/components/uno-paragraphs/uno-paragraphs.css +++ b/html/themes/custom/common_design_subtheme/components/uno-paragraphs/uno-paragraphs.css @@ -60,14 +60,14 @@ .paragraph--type--donors, .paragraph--type--figures, .paragraph--type--media-centre { - margin-top: 6rem; - margin-bottom: 6rem; + margin-top: 3rem; + margin-bottom: 3rem; } } .paragraph--type--subscribe { - margin-top: 6rem; - margin-bottom: 6rem; + margin-top: 3rem; + margin-bottom: 3rem; } @media screen and (min-width: 768px) { @@ -84,7 +84,7 @@ @media screen and (min-width: 768px) { .paragraph--type--reliefweb-document { - margin-bottom: 6rem; + margin-bottom: 3rem; } } @@ -113,8 +113,8 @@ @media screen and (min-width: 768px) { .paragraph--type--layout { - margin-top: 6rem; - margin-bottom: 6rem; + margin-top: 3rem; + margin-bottom: 3rem; } } @@ -157,7 +157,7 @@ @media screen and (min-width: 1024px) { .paragraph--type--reliefweb-river + .paragraph--type--reliefweb-river { - margin-top: 6rem; + margin-top: 3rem; } } @@ -168,7 +168,7 @@ @media screen and (min-width: 1024px) { .paragraph--type--donors + .paragraph--type--reliefweb-river { - margin-top: 6rem; + margin-top: 3rem; } } diff --git a/html/themes/custom/common_design_subtheme/components/uno-subscribe/uno-subscribe.css b/html/themes/custom/common_design_subtheme/components/uno-subscribe/uno-subscribe.css index 8874a09f..8a4c6fcc 100644 --- a/html/themes/custom/common_design_subtheme/components/uno-subscribe/uno-subscribe.css +++ b/html/themes/custom/common_design_subtheme/components/uno-subscribe/uno-subscribe.css @@ -43,7 +43,7 @@ } .cd-footer .uno-subscribe { - margin-bottom: 6rem; + margin-bottom: 3rem; } } diff --git a/html/themes/custom/common_design_subtheme/components/uno-typography/uno-typography.css b/html/themes/custom/common_design_subtheme/components/uno-typography/uno-typography.css index c4151d02..98a11fc5 100644 --- a/html/themes/custom/common_design_subtheme/components/uno-typography/uno-typography.css +++ b/html/themes/custom/common_design_subtheme/components/uno-typography/uno-typography.css @@ -26,7 +26,7 @@ } p.title { - margin: 6rem 0; + margin: 3rem 0; text-align: center; font-size: var(--cd-font-size--2xmedium); }