We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d5cdc commit 0c60f86Copy full SHA for 0c60f86
_includes/css/grayscale.css
@@ -144,6 +144,11 @@ a:focus {
144
.intro-text-desc {
145
font-size: 0px;
146
}
147
+
148
+ .intro-pos {
149
+ position: relative;
150
+ top: 50px;
151
+ }
152
153
154
.intro .intro-body {
_includes/header.html
@@ -7,7 +7,7 @@
7
<img src="img/qlibs_logo.png" width="90%;"/>
8
<p class="intro-text-desc">{{ site.description }}<br>
9
<br />
10
- <a href="#about" class="btn btn-circle page-scroll">
+ <a href="#about" class="btn btn-circle page-scroll intro-pos">
11
<i class="fa fa-angle-double-down animated"></i>
12
</a>
13
</div>
0 commit comments