Try
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
assets/images/people/adam.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/images/people/bruno.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
assets/images/people/michal.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/images/people/samuel.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
assets/images/people/sebastian.png
Normal file
After Width: | Height: | Size: 1020 KiB |
BIN
assets/images/people/simon.png
Normal file
After Width: | Height: | Size: 964 KiB |
BIN
assets/images/people/tibor.png
Normal file
After Width: | Height: | Size: 1010 KiB |
BIN
assets/images/people/tomas.png
Normal file
After Width: | Height: | Size: 1006 KiB |
BIN
assets/images/sponsors/needronix.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/images/sponsors/sensoneo.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/images/sponsors/zf.png
Normal file
After Width: | Height: | Size: 11 KiB |
@@ -359,6 +359,40 @@ div#articleslist>article{
|
||||
color: var(--pico-color);
|
||||
}
|
||||
|
||||
div.citation {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
padding: 10px;
|
||||
background-color: var(--pico-box-shadow);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
p.citationAuthor {
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
div.teamPerson, div.sponsor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div.teamDiv, div.sponsors {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p.teamPersonName, p.sponsorName {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.visual_hover {
|
||||
--pico-background-color: var(--pico-primary-hover-background);
|
||||
--pico-border-color: var(--pico-primary-hover-border);
|
||||
|