Skip to content

Commit

Permalink
Homepage is now responsive. Aside from parallax, I think we're done here
Browse files Browse the repository at this point in the history
  • Loading branch information
rbndelrio committed Mar 9, 2015
1 parent 06963e9 commit 23ff65b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ header
section.subpage
height: 720px
min-height: 615px !important
width: 100%
overflow: hidden
background: $dimorange
Expand All @@ -401,6 +402,8 @@ section.subpage
padding: 25px
p
padding: 20px
max-width: 400px
margin: 0 auto
br
display: block
width: 100%
Expand All @@ -426,6 +429,8 @@ section.subpage
height: 400px
h1
font-size: 3em
@media #{$phablet}
width: 100%
.nextpage
position: absolute
bottom: 5%
Expand All @@ -439,6 +444,8 @@ section.subpage
text-align: center
font-size: 30px



//--- Responsive Time! ---//
//Small Desktops
Expand Down

0 comments on commit 23ff65b

Please sign in to comment.