setting display: initial makes trouble, instead, toggle display: none using classname
This commit is contained in:
parent
ad504768fe
commit
ae70439447
2 changed files with 5 additions and 1 deletions
|
@ -38,6 +38,10 @@ h4 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-family: var(--interfaceFont, sans-serif);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue