We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b47a9 commit 31d5cdcCopy full SHA for 31d5cdc
_includes/css/grayscale.css
@@ -138,7 +138,11 @@ a:focus {
138
.intro {
139
background: url(/img/bg.jpg) no-repeat center scroll;
140
position: relative;
141
- top: -100px;
+ top: -75px;
142
+ }
143
+
144
+ .intro-text-desc {
145
+ font-size: 0px;
146
}
147
148
_includes/header.html
@@ -5,7 +5,7 @@
5
<div class="row">
6
<div class="col-md-8 col-md-offset-2">
7
<img src="img/qlibs_logo.png" width="90%;"/>
8
- <p class="intro-text">{{ site.description }}<br>
+ <p class="intro-text-desc">{{ site.description }}<br>
9
<br />
10
<a href="#about" class="btn btn-circle page-scroll">
11
<i class="fa fa-angle-double-down animated"></i>
0 commit comments