Skip to content

Commit 2f5fe09

Browse files
authored
make homepage repeat horizontally to address large browser issues and fix footer dark/light issue (#2040)
1 parent 52d9bfe commit 2f5fe09

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

_sass/includes/redhat-footer.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@
77
grid-column: 5/9;
88
align-self: center;
99
justify-self: center;
10+
color: $white;
11+
12+
i {
13+
color: $white;
14+
}
15+
1016
a {
1117
color: $white;
1218
font-size: .75rem;
1319
font-weight: 200;
1420
}
21+
1522
@media screen and (max-width: 1024px) {
1623
grid-column: 1/5;
1724
justify-self: left;
1825
}
26+
1927
@media screen and (max-width: 480px) {
2028
grid-column: 1/13;
2129
justify-self: center;

_sass/layouts/home.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
.homepage {
66

77
background-image: url($baseurl + '/assets/images/bg-home-primary.png');
8-
background-repeat: no-repeat;
8+
background-repeat: repeat-x;
9+
910
p {
1011
margin: 2rem 0;
1112
}

assets/images/bg-home-primary.png

87.8 KB
Loading

0 commit comments

Comments
 (0)