aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app.scss')
-rw-r--r--app.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app.scss b/app.scss
index d4d2099..95a3166 100644
--- a/app.scss
+++ b/app.scss
@@ -212,6 +212,10 @@ body {
212 overflow: hidden; 212 overflow: hidden;
213 transition: all 0.2s ease-out; 213 transition: all 0.2s ease-out;
214 padding: 0; 214 padding: 0;
215
216 .tag-text {
217 display: none;
218 }
215 } 219 }
216 220
217 .card { 221 .card {
@@ -232,6 +236,10 @@ body {
232 width: auto; 236 width: auto;
233 color: #ffffff; 237 color: #ffffff;
234 padding: 0 0.75em; 238 padding: 0 0.75em;
239
240 .tag-text {
241 display: block;
242 }
235 } 243 }
236 } 244 }
237 245