Skip to content

Commit

Permalink
Merge pull request #600 from UN-OCHA/UNO-871
Browse files Browse the repository at this point in the history
feat: Reduce spacing from 6rem to 3rem
  • Loading branch information
attiks authored Jan 16, 2025
2 parents 461181b + 51bc132 commit e24964e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ a:focus {

@media screen and (min-width: 1024px) {
.cd-soft-footer {
padding: 6rem 0 0;
padding: 3rem 0 0;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
position: absolute;
top: 0;
left: 0;
width: 6rem;
width: 3rem;
height: 3px;
background-color: var(--brand-primary);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

@media screen and (min-width: 768px) {
.node--view-mode-full .field--name-field-text {
margin-bottom: 6rem;
margin-bottom: 3rem;
}
}

Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

@media screen and (min-width: 768px) {
.pager {
margin-top: 6rem;
margin-top: 3rem;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -84,7 +84,7 @@

@media screen and (min-width: 768px) {
.paragraph--type--reliefweb-document {
margin-bottom: 6rem;
margin-bottom: 3rem;
}
}

Expand Down Expand Up @@ -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;
}
}

Expand Down Expand Up @@ -157,7 +157,7 @@

@media screen and (min-width: 1024px) {
.paragraph--type--reliefweb-river + .paragraph--type--reliefweb-river {
margin-top: 6rem;
margin-top: 3rem;
}
}

Expand All @@ -168,7 +168,7 @@

@media screen and (min-width: 1024px) {
.paragraph--type--donors + .paragraph--type--reliefweb-river {
margin-top: 6rem;
margin-top: 3rem;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.cd-footer .uno-subscribe {
margin-bottom: 6rem;
margin-bottom: 3rem;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

p.title {
margin: 6rem 0;
margin: 3rem 0;
text-align: center;
font-size: var(--cd-font-size--2xmedium);
}
Expand Down

0 comments on commit e24964e

Please sign in to comment.