From 10d620cffe7e60fcae673f63f76afa4958f6d586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Wed, 1 Nov 2023 00:48:22 +0300 Subject: [PATCH] UP++ --- site/style/background.css | 3 +-- site/style/textFont.css | 9 ++++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/site/style/background.css b/site/style/background.css index 9ad0b0e..cd1ee79 100644 --- a/site/style/background.css +++ b/site/style/background.css @@ -5,7 +5,6 @@ header{ margin: auto; left: 0; - top: 10%; z-index: 2; width: var(--headFootBoxWhight); @@ -98,7 +97,7 @@ --boxHeight: 3.1vw; --defaultBoxWhight: 750px; - --headFootBoxWhight: 900px; + --headFootBoxWhight: 950px; --headerBoxColor:rgb(173, 32, 43); --bodyBoxColor:rgb(255, 255, 255); diff --git a/site/style/textFont.css b/site/style/textFont.css index b35cf07..6dcf1ff 100644 --- a/site/style/textFont.css +++ b/site/style/textFont.css @@ -39,12 +39,19 @@ color: rgb(255, 255, 255); } + .titleTextMini { + font-size: calc(var(--textSize) + (var(--textSize) * 0.5)); + /* font-family: 'Sometype Mono', monospace; */ + font-family: 'Tsarevich-Regular'; + + color: rgb(255, 255, 255); + } + .titleText { font-size: calc(var(--textSize) + (var(--textSize) * 1.6)); /* font-family: 'Sometype Mono', monospace; */ font-family: 'Tsarevich-Regular'; - text-align: left; margin-left: 3vw;