Skip to content

Commit

Permalink
EDERCMS-244 use spacing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Mehringer committed Oct 18, 2024
1 parent d95b8fe commit d3c49f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ header nav .mobile-menu li.is-visible > ul {
header nav .nav-sections .default-content-wrapper > ul > li[aria-expanded='true'] > ul > li > a,
header nav .pre-header .default-content-wrapper a {
position: relative;
padding-right: 15px;
padding-right: var(--spacing-half);
}

header nav .nav-sections .default-content-wrapper > ul > li[aria-expanded='true'] > ul > li > a::after,
Expand Down Expand Up @@ -536,7 +536,7 @@ header nav .mobile-menu li.is-visible > ul {
/* breadcrumbs */
.breadcrumbs {
max-width: var(--page-width);
margin: 15px auto;
margin: var(--spacing-half) auto;
font-size: var(--body-font-size-s);
line-height: var(--body-line-height-s);

Expand Down
4 changes: 2 additions & 2 deletions blocks/rows/rows.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
'image content recommendation' / 1fr 2fr 1fr;

.logo {
padding-top: 15px;
padding-top: var(--spacing-half);
}
}

Expand All @@ -125,7 +125,7 @@
}

.rows .content {
padding: 15px 0;
padding: var(--spacing-half) 0;
margin-top: 0;
}

Expand Down

0 comments on commit d3c49f6

Please sign in to comment.