Hide copyright footer.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6f09b09631
commit
b390f42393
@ -21,7 +21,6 @@ html {
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: var(--white32m);
|
background-color: var(--white32m);
|
||||||
font-family: var(--typeface);
|
font-family: var(--typeface);
|
||||||
@ -34,6 +33,10 @@ body {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p#copyright-footer {
|
||||||
|
display: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
div#page {
|
div#page {
|
||||||
font-family: var(--typeface);
|
font-family: var(--typeface);
|
||||||
font-weight: var(--weight-medium);
|
font-weight: var(--weight-medium);
|
||||||
|
Loading…
Reference in New Issue
Block a user