Add survey

This commit is contained in:
2024-05-15 19:23:02 +02:00
parent 9d222c203c
commit d049848bff
4 changed files with 12 additions and 3 deletions

View File

@@ -295,7 +295,6 @@ span#ye-span:hover + body{
#articlecreate {
position: fixed;
border: 5px solid var(--pico-primary);
z-index: 5;
margin: auto;
@@ -357,6 +356,11 @@ div#articleslist>article{
.meme_image {
max-width: 500px;
max-height: 300px;
width: auto;
height: auto;
}
.meme_link {
width: fit-content;
height: fit-content;
}