Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fixed Padding for col12/9
Browse files Browse the repository at this point in the history
-3em 4eva
  • Loading branch information
briandunnigan authored and briandunnigan committed Aug 8, 2014
1 parent b5c504a commit bf498af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8082,8 +8082,8 @@ body {
color: #4C608A;
}
#content .col-sm-12 .page {
padding-left: 2em;
padding-right: 2em;
padding-left: 3em;
padding-right: 3em;
}
#content .col-sm-9 .page {
padding-left: 3em;
Expand Down
4 changes: 2 additions & 2 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ body {
}

.col-sm-12 .page {
padding-left:2em;
padding-right:2em;
padding-left:3em;
padding-right:3em;
}
.col-sm-9 .page {
padding-left:3em;
Expand Down

0 comments on commit bf498af

Please sign in to comment.