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 9855e28 commit 0213d5bCopy full SHA for 0213d5b
_sass/blog.scss
@@ -83,6 +83,7 @@
83
84
.jumbotron {
85
background-image: url($baseurl + "/assets/images/blog-background.jpg");
86
+ background-size: cover;
87
88
h1 {
89
letter-spacing: -1.65px;
@@ -92,7 +93,6 @@
92
93
a {
94
color: $white;
95
word-wrap: break-word;
- text-transform: capitalize;
96
}
97
98
@@ -102,6 +102,11 @@
102
line-height: rem(30px);
103
104
105
+
106
+ .btn {
107
+ margin-top: rem(12px);
108
+ padding-top: rem(9px);
109
+ }
110
111
112
p.blog-date {
0 commit comments