Aggiornamento home

This commit is contained in:
2022-05-18 13:06:53 +02:00
parent be533c0ee5
commit 1f8831e5be
3 changed files with 60 additions and 12 deletions

4
Assets/Standard.css Executable file → Normal file
View File

@@ -15,7 +15,7 @@ Body {
Left: Auto;
Right: Auto;
Background: #eeddff;
Font-Family: "Liberation Mono";
Font-Family: "Liberation Mono", monospace, monospace;
}
#Container {
Box-Sizing: Border-Box;
@@ -47,7 +47,7 @@ Body {
Box-Sizing: Border-Box;
Border: 2px Solid Purple;
Position: Fixed;
Bottom: 0; //var(--ScreenBorderPadding);
Bottom: 0;
Left: 0;
Right: 0;
Padding: var(--ContentPadding);