cover: Update goal:
- Remove `.content` from template when not dealing with markdown-generated markup. - Fix some duplicated CSS selectors.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user