mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
refactor(style): Remove repeated semicolon
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
18d4888ca9
commit
9f7d69fc30
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
/* public footer */
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: var(--body-container-margin);;
|
||||
bottom: var(--body-container-margin);
|
||||
background-color: var(--color-main-background);
|
||||
border-radius: var(--body-container-radius);
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Reference in a new issue