We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d9bfe commit 2f5fe09Copy full SHA for 2f5fe09
_sass/includes/redhat-footer.scss
@@ -7,15 +7,23 @@
7
grid-column: 5/9;
8
align-self: center;
9
justify-self: center;
10
+ color: $white;
11
+
12
+ i {
13
14
+ }
15
16
a {
17
color: $white;
18
font-size: .75rem;
19
font-weight: 200;
20
}
21
22
@media screen and (max-width: 1024px) {
23
grid-column: 1/5;
24
justify-self: left;
25
26
27
@media screen and (max-width: 480px) {
28
grid-column: 1/13;
29
_sass/layouts/home.scss
@@ -5,7 +5,8 @@
5
.homepage {
6
background-image: url($baseurl + '/assets/images/bg-home-primary.png');
- background-repeat: no-repeat;
+ background-repeat: repeat-x;
p {
margin: 2rem 0;
assets/images/bg-home-primary.png
87.8 KB
0 commit comments