Skip to content

Commit 0c60f86

Browse files
committed
mobile
1 parent 31d5cdc commit 0c60f86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_includes/css/grayscale.css

+5
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ a:focus {
144144
.intro-text-desc {
145145
font-size: 0px;
146146
}
147+
148+
.intro-pos {
149+
position: relative;
150+
top: 50px;
151+
}
147152
}
148153

149154
.intro .intro-body {

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img src="img/qlibs_logo.png" width="90%;"/>
88
<p class="intro-text-desc">{{ site.description }}<br>
99
<br />
10-
<a href="#about" class="btn btn-circle page-scroll">
10+
<a href="#about" class="btn btn-circle page-scroll intro-pos">
1111
<i class="fa fa-angle-double-down animated"></i>
1212
</a>
1313
</div>

0 commit comments

Comments
 (0)