Update background.png, background.psd, and 4 more files...
This commit is contained in:
parent
0010f58ab8
commit
10b5a2db8f
Binary file not shown.
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 200 KiB |
BIN
src/background.psd
Normal file
BIN
src/background.psd
Normal file
Binary file not shown.
BIN
src/background2.png
Normal file
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
BIN
src/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
42
src/main.css
42
src/main.css
@ -133,13 +133,37 @@ header #download {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profil > div {
|
.profil > div:not(.img) {
|
||||||
padding: 0 10px;
|
margin: 0 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.profil > div p {
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profil img {
|
.profil img {
|
||||||
height: 100px;
|
max-height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
margin-left: -20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img {
|
||||||
|
height: 150px;
|
||||||
|
width: 150px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.profil .role {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.profil .role svg {
|
||||||
|
margin: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.participants {
|
.participants {
|
||||||
@ -325,3 +349,15 @@ ul,ol,li {
|
|||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
padding: 0;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user