This commit is contained in:
2024-11-25 17:50:21 +01:00
parent fc245cc4c2
commit df60a77605
4 changed files with 9 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1006 KiB

View File

@@ -63,6 +63,8 @@ body > footer {
body > main#page_container {
grid-area: main;
height: 100%;
padding-left: 2%;
padding-right: 2%;
}
body > main#page_container > main {
@@ -327,6 +329,11 @@ div#articleslist > article > div.articleinfo > *{
width: fit-content;
}
.sliderm {
width: max-content;
left: 20px;
}
/*noinspection CssUnusedSymbol*/
div#articleslist > article > div.articleinfo{
display: flex;
@@ -378,6 +385,8 @@ div.teamPerson, div.sponsor {
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 200px;
max-height: 200px;
}
div.teamDiv, div.sponsors {