Skip to content

Commit 31d5cdc

Browse files
committed
mobile
1 parent 22b47a9 commit 31d5cdc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_includes/css/grayscale.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ a:focus {
138138
.intro {
139139
background: url(/img/bg.jpg) no-repeat center scroll;
140140
position: relative;
141-
top: -100px;
141+
top: -75px;
142+
}
143+
144+
.intro-text-desc {
145+
font-size: 0px;
142146
}
143147
}
144148

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="row">
66
<div class="col-md-8 col-md-offset-2">
77
<img src="img/qlibs_logo.png" width="90%;"/>
8-
<p class="intro-text">{{ site.description }}<br>
8+
<p class="intro-text-desc">{{ site.description }}<br>
99
<br />
1010
<a href="#about" class="btn btn-circle page-scroll">
1111
<i class="fa fa-angle-double-down animated"></i>

0 commit comments

Comments
 (0)