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 {
|
h1, h2, h3, h4, h5, h6, p, ul, ol {
|
||||||
margin-bottom: $base-margin-bottom * 1px;
|
margin-bottom: $base-margin-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
margin-left: $base-margin-bottom * 1px;
|
margin-left: $base-margin-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul ul, ol ol {
|
ul ul, ol ol {
|
||||||
|
@ -25,4 +25,4 @@ img {
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue