layout rework in progress

This commit is contained in:
Victor Batischev
2024-02-14 16:34:12 +03:00
parent 12dd238c13
commit 2268e6e281
10 changed files with 19 additions and 16 deletions

View File

@ -1,10 +1,13 @@
.employee-report {
background: #f1f1f1;
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
.container {
display: flex;
flex-direction: column;
flex: 1;
margin-top: 23px;
}