Skip to content

Commit

Permalink
Move fixes to layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Feb 4, 2016
1 parent 53bae81 commit 5812fcb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kits/default/scss/radix/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
// Layout
// -----------------------------------------------------------------------------
.layout {

&__content {
padding-bottom: $grid-gutter-width;
}

&__footer {
font-size: 0.85em;
text-align: center;
border-top: 1px solid $gray-lighter;
padding-top: $grid-gutter-width;
padding-bottom: $grid-gutter-width;
}
}

// Container
// -----------------------------------------------------------------------------
.container {
.container,
.container-fluid {
Expand Down

0 comments on commit 5812fcb

Please sign in to comment.