Skip to content

Commit

Permalink
bunch of floating image content container tweaks
Browse files Browse the repository at this point in the history
bunch of tweaks
  • Loading branch information
DanCollinz committed Feb 8, 2024
1 parent 84faf87 commit 6924d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blocks/floating-images/floating-images.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@media screen and (min-width: 600px) {
.block.floating-images > div {
flex-direction: row;
align-items: center;
align-items: start;
padding:20px 0;
}

Expand Down
6 changes: 3 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,13 @@ main .section.cards-container {

main .section.content-bump-out .default-content-wrapper {
border:0;
max-width: 1040px;
max-width: 1030px;
margin: -81px auto 0 ;
display: table;
width: 100%;
text-align: left;
background-color: #fff;
padding: 12px 50px;
padding: 12px 91px;
position: relative;
}

Expand Down Expand Up @@ -657,7 +657,7 @@ main .disclaimer-modal-container {
}

main > .section[data-background-image] {
/* padding-bottom: 300px; */
padding-bottom: 81px;
}


Expand Down

0 comments on commit 6924d1f

Please sign in to comment.