remake layout report for day

This commit is contained in:
2024-04-08 04:30:59 +03:00
parent 7400319650
commit 811ef4f69d
6 changed files with 208 additions and 177 deletions

View File

@ -22,6 +22,25 @@
@media (max-width: 500px) {
padding-right: 5px;
}
.summary__skill {
color: #6f6f6f;
font-size: 14px;
font-weight: 300;
display: flex;
flex-direction: row;
align-items: center;
column-gap: 10px;
div {
font-size: 12px;
font-weight: 400;
border: #8dc63f 0.5px solid;
border-radius: 44px;
padding: 3px 20px;
}
}
}
.loader__wrapper {