diff --git a/homepage/templates/homepage/index.html b/homepage/templates/homepage/index.html index 0c996b4..e16d3f4 100644 --- a/homepage/templates/homepage/index.html +++ b/homepage/templates/homepage/index.html @@ -110,6 +110,17 @@ +
+
+ +
+
+ +
+
+ +
+
diff --git a/static/css/styles.css b/static/css/styles.css index 9aa4fd4..f4be06a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -109,4 +109,8 @@ body::-webkit-scrollbar { label { font-size: 1.25em; } +.emote img { + width: 25vw; + height: auto; } + /*# sourceMappingURL=styles.css.map */ diff --git a/static/css/styles.scss b/static/css/styles.scss index fc1fd32..2f95a62 100644 --- a/static/css/styles.scss +++ b/static/css/styles.scss @@ -166,3 +166,8 @@ body::-webkit-scrollbar { label { font-size: 1.25em; } + +.emote img { + width: 25vw; + height: auto; +}