Skip to content

Commit 0213d5b

Browse files
patmellonbrsoff
authored andcommitted
[PYT-229] Update Blog landing page (#63)
1 parent 9855e28 commit 0213d5b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_sass/blog.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383

8484
.jumbotron {
8585
background-image: url($baseurl + "/assets/images/blog-background.jpg");
86+
background-size: cover;
8687

8788
h1 {
8889
letter-spacing: -1.65px;
@@ -92,7 +93,6 @@
9293
a {
9394
color: $white;
9495
word-wrap: break-word;
95-
text-transform: capitalize;
9696
}
9797
}
9898

@@ -102,6 +102,11 @@
102102
line-height: rem(30px);
103103
color: $white;
104104
}
105+
106+
.btn {
107+
margin-top: rem(12px);
108+
padding-top: rem(9px);
109+
}
105110
}
106111

107112
p.blog-date {

0 commit comments

Comments
 (0)