Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Centered inner container in Welcome Banner
  • Loading branch information
dxn7335 committed Oct 11, 2014
commit 4a5a819a2d0d96640eee0387cd5eda10747669af
10 changes: 9 additions & 1 deletion _sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,17 @@ a
min-height: 350px
padding: 60px 0 80px
text-align: center
.inner.container
position: absolute
left: 50%
top: 50%
min-width: 320px
transform: translate(-50%, -50%)
-webkit-transform: translate(-50%, -50%)
-moz-transform: translate(-50%, -50%)
-o-transform: translate(-50%, -50%)
.logo
margin-bottom: 25px
max-width: 60%
#learn-more
&:after
border-color: $white transparent transparent transparent
Expand Down
54 changes: 32 additions & 22 deletions assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.