basic linting

This commit is contained in:
Mark Otto 2016-01-03 18:27:54 -08:00
parent 7a582b2ffe
commit b435894e2d
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
padding: 1.25rem !important;
margin: 2rem ($grid-gutter-width * -1) -2rem !important;
overflow: hidden; // clearfix
font-size: .8rem !important;
font-family: inherit !important;
font-size: .8rem !important;
line-height: 1rem !important;
color: $bd-purple-light !important;
text-align: left;

View File

@ -67,10 +67,10 @@
@include clearfix();
@include media-breakpoint-up(sm) {
padding: 1.5rem;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding: 1.5rem;
border-width: .2rem;
}