cover: Update goal:
- Remove `.content` from template when not dealing with markdown-generated markup. - Fix some duplicated CSS selectors.
This commit is contained in:
parent
182c18fe54
commit
8a1c8cb061
2 changed files with 12 additions and 9 deletions
|
@ -315,7 +315,8 @@ body {
|
|||
.is-w-l {
|
||||
width: 200px !important;
|
||||
}
|
||||
.is-w-xxl {
|
||||
|
||||
.is-w-xl {
|
||||
width: 250px !important;
|
||||
}
|
||||
|
||||
|
@ -338,7 +339,8 @@ body {
|
|||
.is-h-l {
|
||||
height: 200px !important;
|
||||
}
|
||||
.is-h-xxl {
|
||||
|
||||
.is-h-xl {
|
||||
height: 250px !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue