Skip to content

Commit 5b64c1a

Browse files
GVodyanovbackportbot[bot]
authored andcommitted
fix(public.scss): increase footer width
Signed-off-by: Grigory V <scratchx@gmx.com>
1 parent dbab25c commit 5b64c1a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

core/css/public.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
inset-inline-start: 50%;
7474
bottom: var(--body-container-margin);
7575
transform: translateX(-50%);
76-
width: fit-content;
77-
max-width: 90vw;
76+
width: 90vw;
77+
box-sizing: border-box;
7878

7979
&.guest-box {
8080
// Ensure the maxcontrast color is set for the background
@@ -86,6 +86,7 @@
8686
box-shadow: 0 0 10px var(--color-box-shadow);
8787
-webkit-backdrop-filter: var(--filter-background-blur);
8888
backdrop-filter: var(--filter-background-blur);
89+
text-align: center;
8990

9091
.info {
9192
text-shadow: none;

0 commit comments

Comments
 (0)