Skip to content

Commit

Permalink
eu
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro committed Oct 30, 2024
1 parent 90552c6 commit e5c9d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/themes/eu/variables/_banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ $banner: (
$banner-print: (
font: (
'title': (
'desktop-m': map.get($font-print, '4xl'),
'desktop-l': map.get($font-print, '5xl'),
'desktop-m': map.get($font-print, '2xl'),
'desktop-l': map.get($font-print, '3xl'),
),
'description': (
'desktop-m': map.get($font-print, '2xl'),
'desktop-l': map.get($font-print, '4xl'),
'desktop-m': map.get($font-print, 'l'),
'desktop-l': map.get($font-print, '2xl'),
),
),
container-padding-bottom: map.get($spacing-print, '3xl'),
Expand Down
2 changes: 1 addition & 1 deletion src/themes/eu/variables/_featured-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $featured-item-print: (
),
highlight: (
media-padding-desktop: 0 map.get($spacing-print, 'm') 0 0,
item-spacing: map.get($spacing-print, 'l') map.get($spacing-print, 'l') 0 0,
item-spacing: 0 map.get($spacing-print, 'l') 0 0,
padding-desktop: map.get($spacing-print, 'm') map.get($spacing-print, 'm')
map.get($spacing-print, 'm') map.get($spacing-print, 'l'),
description-spacing: map.get($spacing-print, 's') 0 0 0,
Expand Down

0 comments on commit e5c9d60

Please sign in to comment.