Update background.png, background.psd, and 4 more files...

This commit is contained in:
Elisa 2020-06-13 19:00:02 +02:00
parent 0010f58ab8
commit 10b5a2db8f
6 changed files with 100 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 200 KiB

BIN
src/background.psd Normal file

Binary file not shown.

BIN
src/background2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

File diff suppressed because one or more lines are too long

BIN
src/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -133,13 +133,37 @@ header #download {
text-align: right;
}
.profil > div {
padding: 0 10px;
.profil > div:not(.img) {
margin: 0 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.profil > div p {
margin-top: 0;
}
.profil img {
height: 100px;
max-height: 100%;
object-fit: cover;
margin-left: -20%;
}
.img {
height: 150px;
width: 150px;
border-radius: 100%;
overflow: hidden;
}
.profil .role {
display: inline-flex;
align-items: center;
}
.profil .role svg {
margin: 0 15px;
}
.participants {
@ -324,4 +348,16 @@ ul,ol,li {
width: 50px;
line-height: 45px;
padding: 0;
}
footer {
background-color: #c6d9bdc4;
padding: 5px 0;
width: 100%;
position: absolute;
left: 0;
text-align: center;
align-items: center;
display: flex;
justify-content: center;
}