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;
}