Šolar update.

This commit is contained in:
msinkec
2021-09-16 17:25:20 +02:00
parent 788f3bc3eb
commit d60ef26741
9 changed files with 595 additions and 243 deletions

View File

@@ -197,10 +197,12 @@ label {
}
.collaborators-item {
height: 30px;
height: fit-content;
width: 97%;
margin: 5px;
border: 0px;
border-bottom: 2px solid #c4c4c4;
display: inline-block;
}
.collaborators-item-name {
@@ -209,6 +211,17 @@ label {
font-weight: normal;
font-size: 16px;
color: #46535b;
float: left;
}
.collaborators-item-years {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
float: right;
width: 180px;
max-width: 180px;
}
#awards-container {