Browse Source

Fix positioning of the public page footer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v26.0.0beta1
Julius Härtl 1 year ago
parent
commit
0c6c535f50
No account linked to committer's email address
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      core/css/public.css
  2. 1
    1
      core/css/public.scss
  3. 1
    1
      core/css/server.css

+ 1
- 1
core/css/public.css View File

text-align: center; text-align: center;
} }
#body-public footer { #body-public footer {
position: sticky !important;
position: fixed;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

+ 1
- 1
core/css/public.scss View File



/* public footer */ /* public footer */
footer { footer {
position: sticky !important;
position: fixed;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

+ 1
- 1
core/css/server.css View File

text-align: center; text-align: center;
} }
#body-public footer { #body-public footer {
position: sticky !important;
position: fixed;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

Loading…
Cancel
Save