Skip to content

Commit 90331ab

Browse files
authored
Merge pull request #116 from TACC/fix/FP-1525-utrc-homepage-spacing
2 parents a87ede7 + febc7c3 commit 90331ab

File tree

1 file changed

+5
-4
lines changed
  • utrc-cms/static/utrc-cms/css/src/_imports/trumps

1 file changed

+5
-4
lines changed

utrc-cms/static/utrc-cms/css/src/_imports/trumps/s-home.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212

1313
/* To avoid banner overlay being off-screen */
1414
@media (--medium-and-above) and (--x-wide-and-below) {
15-
/* FAQ: Extra specificty to overwrite Core `site.css` */
16-
.s-home__banner.o-section,
17-
.s-home__content.o-section {
18-
margin-block: 116px;
15+
.o-section {
16+
margin-inline: 116px;
17+
}
18+
.o-section.container {
19+
width: auto;
1920
}
2021
}
2122

0 commit comments

Comments
 (0)