Skip to content

Commit

Permalink
fr
Browse files Browse the repository at this point in the history
  • Loading branch information
zai committed Nov 16, 2023
1 parent fe3d917 commit 841c73f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@ h1 {







.sfpc .sponsorlogo.grayarea::after {
background-image: url('/images/fundraiser/winter-23/gray-area-logo-dark.svg');
fill: var(--text-color);
Expand Down Expand Up @@ -1728,7 +1732,8 @@ select#allSections:focus {


.featured-text.half.nested div {
width: calc(100% + var(--text-margin)/2) !important
/* overflow-x: hidden; */
/* width: calc(100% + var(--text-margin)/2) !important */

}

Expand Down Expand Up @@ -3765,6 +3770,11 @@ h5.shopify-buy__cart-toggle__title {
margin-bottom: calc(var(--text-margin)/8) !important;
}


.title-image {
overflow-x: hidden;

}
.title-image.fundraiser-23::after {
background-size: 100%;
width: 70vw;
Expand Down

0 comments on commit 841c73f

Please sign in to comment.