Skip to content

Commit

Permalink
refactor(cxl-ui): cxl-section - remove top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
freudFlintstone committed Dec 8, 2023
1 parent e25fb2e commit 0e1091c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/cxl-ui/scss/global/cxl-section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@use "~@conversionxl/cxl-lumo-styles/scss/mq";

cxl-section#view-hero, cxl-section[theme~="cxl-hero"] {
margin-top: 0;

.column-1 {
@media #{mq.$medium} {
max-width: 45%;
Expand All @@ -19,10 +21,6 @@ cxl-section#view-hero, cxl-section[theme~="cxl-hero"] {
}

&.wide-background-light-blue {
#view-hero .cxl-hero-titles {
bottom: 0;
transform: translateY(50%);
}

.column-2 {
* {
Expand Down

0 comments on commit 0e1091c

Please sign in to comment.