Unset width on footnotes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
cbfa885984
commit
79c19a7a22
1 changed files with 4 additions and 0 deletions
|
@ -318,6 +318,10 @@ body {
|
|||
section {
|
||||
width: 100%;
|
||||
|
||||
&.footnotes {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
@media (--phone) {
|
||||
width: unset;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue