Update _normalise.scss
This commit is contained in:
parent
a358dce89f
commit
ba091b3743
1 changed files with 11 additions and 11 deletions
|
@ -40,6 +40,17 @@ h6 {
|
|||
line-height: $base-margin-bottom;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
strong,
|
||||
th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-left: $base-margin-bottom;
|
||||
|
@ -72,17 +83,6 @@ hr {
|
|||
height: 1px;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
strong,
|
||||
th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
th,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue