Skip to content

Commit 94674e9

Browse files
committed
tweaks per jon
1 parent 44333cd commit 94674e9

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

css/style.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,19 +141,12 @@ section {
141141
}
142142

143143
#scroll {
144-
bottom: 10px;
144+
bottom: 25px;
145145
position: absolute;
146146
width: 100%;
147-
@media (max-width: $screen-sm-min) {
148-
bottom: 10px;
149-
}
150147
a {
151148
letter-spacing: 4px;
152-
font-size: 15.5px;
153-
}
154-
span {
155-
font-size: 17px;
156-
margin-left: -16px;
149+
font-size: 13px;
157150
}
158151
}
159152
}

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ <h2 id="subheading">DIGITAL ARTISANS</h2>
1717
<h3 id="tagline">We specialize in<br />new & reclaimed code.</h3>
1818
</div>
1919
<div id="scroll">
20-
<a href="#our_trade">SCROLL ONWARD</a>
21-
<br/>
22-
<span class="glyphicon glyphicon-chevron-down"></span>
20+
<a href="#our_trade">
21+
<span class="glyphicon glyphicon-chevron-down"></span>
22+
</a>
2323
</div>
2424
</section>
2525

0 commit comments

Comments
 (0)