Better CSS styling fitting the needs of the project

Bigger sizing mostly, also bigger popovers
Readjustment of some components
This commit is contained in:
2024-05-22 16:58:08 +02:00
parent a7f550d69f
commit 784f17d83d
2 changed files with 78 additions and 11 deletions

View File

@ -4,6 +4,7 @@ $tabletBreakpoint: 1000px;
$sidePanelWidth: 380px;
$topSpacing: 2rem;
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
$maxFullPageWidth: $fullPageWidth + 250px;
$boldWeight: 700;
$semiBoldWeight: 600;
$normalWeight: 400;