make agendaposter-6 smaller

pull/142/head
Aevann 2023-03-24 17:02:59 +02:00
parent c971240256
commit 02a7f5081c
1 changed files with 4 additions and 1 deletions

View File

@ -7273,7 +7273,7 @@ button, .btn {
}
.agendaposter-6:after {
content: url("/i/chud/6.webp?x=2");
zoom: 0.3;
zoom: 0.25;
}
.agendaposter-7:after, .agendaposter-8:after, .agendaposter-9:after {
content: url("/i/chud/7.webp?x=2");
@ -7284,4 +7284,7 @@ button, .btn {
.agendaposter:after {
zoom: 0.3 !important;
}
.agendaposter-6:after {
zoom: 0.16 !important;
}
}