Added class for invisible stuff (“display: none;”)
This commit is contained in:
parent
d35074c79e
commit
f8dd74f1b7
1 changed files with 3 additions and 0 deletions
|
@ -312,6 +312,9 @@ a:active {
|
||||||
.transc:hover {
|
.transc:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
.invisible {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
@media only screen and (max-width:540pt) {
|
@media only screen and (max-width:540pt) {
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
Loading…
Reference in a new issue