This commit is contained in:
octospacc 2022-05-22 15:57:10 +02:00
parent ff0e6b3127
commit 7f3da6d20d
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
@import url('/sitoctt-assets/Fonts/SpaceMono/Font.css');
:root { :root {
--ScreenBorderPadding: 4px; --ScreenBorderPadding: 4px;
--ContentPadding: 8px; --ContentPadding: 8px;
@ -18,7 +20,8 @@ Body {
Right: Auto; Right: Auto;
Color: #04040c; Color: #04040c;
Background: #eeddff; Background: #eeddff;
Font-Family: "Liberation Mono", "Droid Sans Mono", Consolas, Courier, monospace, monospace; Font-Family: 'Space Mono', monospace;
Font-Size: 13pt;
} }
#Container { #Container {
Box-Sizing: Border-Box; Box-Sizing: Border-Box;
@ -62,7 +65,7 @@ Body {
Left: 0; Left: 0;
Right: 0; Right: 0;
Width: 80%; Width: 80%;
Padding-Bottom: calc(var(--ContentPadding) + 64px); Padding-Bottom: calc(var(--ContentPadding) + 80px);
} }
#BottomBox { #BottomBox {
Box-Sizing: Border-Box; Box-Sizing: Border-Box;