Make the width: 100% on section more specific
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
79c19a7a22
commit
5a6a311889
1 changed files with 8 additions and 12 deletions
|
@ -122,6 +122,14 @@ blockquote {
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
&>section {
|
||||
width: 100%;
|
||||
|
||||
@media (--phone) {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media (--phone) {
|
||||
flex-direction: column;
|
||||
padding: 32px;
|
||||
|
@ -315,18 +323,6 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
section {
|
||||
width: 100%;
|
||||
|
||||
&.footnotes {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
@media (--phone) {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32pt;
|
||||
/* margin: 0; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue