cover: Update goal:

- Remove `.content` from template when not dealing with markdown-generated markup.
- Fix some duplicated CSS selectors.
This commit is contained in:
Fabien Basmaison
2021-04-27 21:07:54 +02:00
parent 182c18fe54
commit 8a1c8cb061
2 changed files with 12 additions and 9 deletions

View File

@ -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;
}