Update _normalise.scss

This commit is contained in:
Mike Francis 2014-02-18 11:43:01 +00:00
parent 7102e89bdf
commit adc70d7e79
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ a {
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
margin-bottom: $base-margin-bottom * 1px;
margin-bottom: $base-margin-bottom;
}
ul, ol {
margin-left: $base-margin-bottom * 1px;
margin-left: $base-margin-bottom;
}
ul ul, ol ol {
@ -25,4 +25,4 @@ img {
display: block;
height: auto;
max-width: 100%;
}
}