Skip to content

Commit fb434fc

Browse files
committed
demo page padding tweaks
1 parent e7409c6 commit fb434fc

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

css/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2>Donate</h2>
131131
<footer>
132132
<div class="container">
133133
<p>
134-
Lightbox is created by Lokesh Dhakar<br />
134+
Created by Lokesh Dhakar<br />
135135
<a href="https://twitter.com/lokesh" class="button button-minor">Follow me on Twitter</a>
136136
</p>
137137
</div>

sass/screen.sass

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ h1
8181

8282
h2
8383
color: $section-heading-color
84+
margin-top: 0
8485
margin-bottom: 1.5rem
8586
font-size: 1.5rem
8687
text-transform: uppercase
@@ -109,6 +110,7 @@ p
109110

110111
.lead
111112
max-width: 45rem
113+
margin-bottom: 1.25rem
112114
font-size: 1.25rem
113115

114116

@@ -167,13 +169,13 @@ body
167169
section
168170
border-top: 2px solid $border-color
169171
text-align: center
170-
padding: 1.5rem 0
172+
padding: 2rem 0
171173
&:first-of-type
172174
border-top: none
173175

174176
@media (min-width: 40rem)
175177
section
176-
padding: 2rem 0
178+
padding: 4rem 0
177179

178180
.container
179181
margin: 0 auto
@@ -195,7 +197,7 @@ header
195197

196198
@media (min-width: 40rem)
197199
header
198-
padding: 2rem 0
200+
padding: 3rem 0
199201

200202

201203
/* -- Examples -- */

0 commit comments

Comments
 (0)