employee flex container

This commit is contained in:
Victor Batischev
2024-02-14 15:40:58 +03:00
parent 2e0f6d24a0
commit 97813c875c
4 changed files with 20 additions and 8 deletions

View File

@ -172,7 +172,8 @@
.executor {
display: flex;
justify-content: space-between;
column-gap: 5px;
align-items: center;
&:hover {
font-weight: 600;
}

View File

@ -1,12 +1,16 @@
.profile__calendar {
background: #f1f1f1;
height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
.container {
max-width: 1160px;
margin-top: 23px;
display: flex;
flex-direction: column;
flex: 1;
@media (max-width: 570px) {
margin-top: 0;