Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit deed88e

Browse files
fix left alignment (#99)
Signed-off-by: Kapunahele Wong <[email protected]>
1 parent 52fcc93 commit deed88e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

assets/sass/custom.sass

+11-1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ nav
221221

222222
.navbar-nav
223223
flex-direction: inherit
224+
225+
.navbar .container
226+
padding: 0
224227

225228
@media (max-width: 650px)
226229
.col-8
@@ -238,6 +241,13 @@ nav
238241
color: $primary-color
239242
text-decoration: none
240243

244+
.jumbotron
245+
.container
246+
padding-left: 0
247+
248+
@media (min-width: 576px)
249+
.jumbotron
250+
padding: 2rem 1rem
241251

242252
// make main container width wider at different breakpoints to take advantage of screen real estate
243253
.container
@@ -289,7 +299,7 @@ footer
289299
flex-shrink: 0
290300
box-sizing: border-box
291301
width: 100%
292-
padding: 2rem
302+
padding: 2rem 0
293303
a
294304
color: lighten($primary-color, 30%)
295305
text-decoration: none

0 commit comments

Comments
 (0)