Skip to content

Commit

Permalink
Fixing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryamathuria committed Aug 7, 2023
1 parent 9e4c303 commit 18cfc05
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions libs/blocks/aside/aside.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@
margin-bottom: var(--spacing-xxxl);
}

.aside.split:not(.large) .foreground.container .text {
margin: 0;
padding: var(--spacing-xxxl) 0 var(--spacing-l) 0;
}

.aside.split.large .foreground.container .text {
margin: 0;
padding: var(--spacing-l) 0 var(--spacing-xxxl) 0;
}

.aside .foreground.container .text {
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -504,16 +514,6 @@
width: auto;
}

@media screen and (max-width: 600px) {
.aside.split:not(.large):not(.icon-stack):not(.bio) .foreground.container > :last-child {
margin-bottom: var(--spacing-l);
}

.aside.split.large:not(.icon-stack):not(.bio) .foreground.container > :last-child {
padding: var(--spacing-l) 0 0;
}
}

@media screen and (min-width: 600px) {
.aside .foreground.container {
align-items: center;
Expand Down

0 comments on commit 18cfc05

Please sign in to comment.