diff --git a/assets/style.css b/assets/style.css
index 613c95a..ed738d5 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -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;
}
diff --git a/pages/account/survey.html b/pages/account/survey.html
index b67c504..5f8dd5c 100644
--- a/pages/account/survey.html
+++ b/pages/account/survey.html
@@ -13,6 +13,7 @@
+