From 6026283abd33f67aca7f3665ab54eba9df193e10 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya <2023rumareti@tjhsst.edu> Date: Thu, 13 Aug 2020 01:23:03 -0400 Subject: [PATCH] still working on polls frontend --- homepage/templates/homepage/index.html | 11 +++++++++++ static/css/styles.css | 4 ++++ static/css/styles.scss | 5 +++++ 3 files changed, 20 insertions(+) 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; +}