Replace politicians' names with pictures
BIN
app/assets/images/politicians/astrid.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
app/assets/images/politicians/bram.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
app/assets/images/politicians/burak.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
app/assets/images/politicians/cristophe.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
app/assets/images/politicians/evita.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
app/assets/images/politicians/filip.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
app/assets/images/politicians/hafsa.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
app/assets/images/politicians/joris.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
app/assets/images/politicians/mathias.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
app/assets/images/politicians/sofie.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
|
@ -113,8 +113,22 @@ input[type=submit] {
|
|||
}
|
||||
|
||||
.politicians-listing {
|
||||
display: grid;
|
||||
grid-template-columns: 8vh 1fr;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.politician-image {
|
||||
max-width: 100%;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.politician-answer {
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
border: 1px solid black;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.acrostic-row {
|
||||
|
|