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 7ad3926 commit e3f4feaCopy full SHA for e3f4fea
docs/_sass/components/_footer.scss
@@ -1,6 +1,5 @@
1
.footer-strip {
2
- background-color: #2841f9;
3
- background-image: url("#{$baseurl}/assets/images/bg-blueprint.png");
+ background-image: url("#{$baseurl}/assets/images/bg.png");
4
background-size: cover;
5
color: #fff;
6
font-weight: 700;
docs/_sass/components/_title.scss
@@ -1,12 +1,10 @@
.title-strip {
font-size: 25px;
7
font-weight: 500;
8
line-height: 30px;
9
- padding: 195px 0px;
10
}
11
12
.title {
0 commit comments