Update _normalise.scss
This commit is contained in:
parent
7102e89bdf
commit
adc70d7e79
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue