Skip to content

Commit

Permalink
Update event node header background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw committed Mar 1, 2024
1 parent 9fea483 commit 2f1d8dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/css/chem_h_subtheme.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/scss/components/events/_event-node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
.section-editorial-content {
@include responsive-spacing('padding-top', 3);

background: $su-color-black url(../../assets/png/header-sm-000--cropped.png) no-repeat 5%/cover;
background: $su-color-black-true url(../../assets/png/header-sm-000--cropped.png) no-repeat 5%/cover;
max-width: 100%;
width: 100%;
padding-bottom: 0;

@include grid-media-min('2xl') {
background: $su-color-black url(../../assets/png/header-sm-000--cropped.png) no-repeat 50%/cover;
background: $su-color-black-true url(../../assets/png/header-sm-000--cropped.png) no-repeat 50%/cover;
}

.su-event-type,
.node-stanford-event-title {
justify-content: center;
Expand Down

0 comments on commit 2f1d8dd

Please sign in to comment.