Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw committed Sep 26, 2023
1 parent bea0ea1 commit 8bafa86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dist/css/chem_h_subtheme.css

Large diffs are not rendered by default.

25 changes: 2 additions & 23 deletions src/scss/components/news/_news-node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

.layout--section-news-header {
position: relative;
// top: -41rem;
// top: -46.5rem;
top: -54rem;
margin: 0 auto;
margin-bottom: -54rem;
Expand Down Expand Up @@ -49,16 +47,7 @@
&:first-child {
margin-left: 0;
}


// &:last-child {
// display: block;
// }
// &:nth-child(even) {
// display: block;
// }
}

}

.su-news-title {
Expand Down Expand Up @@ -118,20 +107,13 @@
}

.byline-social-media-wrapper {
// @include responsive-spacing('margin-bottom', 2);
// @include responsive-spacing('margin-bottom', -8);
@include responsive-spacing('padding-top', 1);
// @include responsive-spacing('padding-bottom', 10);
padding-bottom: 24rem;
// padding-bottom: 30rem;


background: $su-color-white;
width: 100%;
max-width: 100%;
// margin-bottom: -9rem;
// margin-bottom: -16rem;
margin-bottom: -26rem;
// margin-bottom: -30rem;
padding-bottom: 24rem;

div.flex-10-of-12 {
justify-content: space-between;
Expand All @@ -145,7 +127,6 @@
.section-banner-media {
.su-news-banner {
padding-top: 6rem;
// padding-top: 10rem;
}
}

Expand Down Expand Up @@ -191,7 +172,6 @@
}
}
}

}

// More News section
Expand All @@ -211,7 +191,6 @@
&:hover {
background-color: $chemh-color-hover-peach;
}

}
}

Expand Down

0 comments on commit 8bafa86

Please sign in to comment.