Fix a syntax error in the structure CSS file
There was a stray paren here.
This commit is contained in:
parent
1e6db43354
commit
c949edac15
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ body {
|
|||
grid-column: main-start / main-end;
|
||||
}
|
||||
|
||||
.content > .codeblock) {
|
||||
.content > .codeblock {
|
||||
grid-column: wide-gutter-start / wide-gutter-end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue