This commit is contained in:
SBD
2023-12-29 11:04:27 +05:00
parent a7c2b7539b
commit 254425b913
3 changed files with 7 additions and 6 deletions

View File

@@ -1454,14 +1454,14 @@ body.n_scroll{
margin-right: 2.5%;
}
.title_proj{
font-size: 16px;
font-weight: 500;
.title_proj {
font-size: 14px;
font-weight: 400;
color: #0C54A0;
border-radius: 5px;
background: #003f811f;
padding: 5px;
width: 158px;
padding: 5px 10px;
width: fit-content;
margin-bottom: 15px;
}