From f9db84584db5c9ed5548620e03db78cf197163fc Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Thu, 3 Jan 2019 09:27:37 -0600 Subject: [PATCH] WIP tags... --- src/assets/stylesheet.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index fb14c82..2c180b6 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -66,6 +66,11 @@ a { color: #1A323E; background: #F3EDFF; text-decoration: none; + display: inline-block; +} + +.index .tag { + margin-bottom: 1rem; } .index, @@ -152,7 +157,8 @@ a { padding: 0; } -.tags li { - display: inline-block; +.index .tags { + height: 1.6em; + overflow: hidden; }