From 0451d9a56fc015bad22f25c6d8f01599602804a0 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 26 May 2021 21:09:57 +0200 Subject: [PATCH] itcker-serve style: more precise margins --- ticker-serve/static/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ticker-serve/static/style.css b/ticker-serve/static/style.css index 47c8926..6957d8d 100644 --- a/ticker-serve/static/style.css +++ b/ticker-serve/static/style.css @@ -73,7 +73,7 @@ h3 a { .time { position: absolute; - transform: translate(-2.5rem, 3.8rem) rotate(270deg); + transform: translate(-2.62rem, 3.8rem) rotate(270deg); width: 3.5rem; text-align: right; transform-origin: top left; @@ -83,11 +83,13 @@ h3 a { line-height: 1.5rem; } .recurrence { - color: #D7D7D7; + color: #E7E7E7; font-weight: bold; - padding-right: 0.8em; + font-size: 120%; + padding-right: 0.5rem; } .location { + margin-top: 0.5rem; line-height: 1.1em; min-height: 1.1em; }