From 5d8d77a98fb84d05d34b57df73e0bc180c3140c2 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 3 May 2024 22:06:37 +0200 Subject: works --- src/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index c207f62..1cd0375 100644 --- a/src/style.css +++ b/src/style.css @@ -16,11 +16,13 @@ h1 { } h2 { - margin-top: 0.5em; + margin: 0.5em; + display: inline-block; color: black; } -div.service { +div.service, +div.log { padding: 1em; margin: 2em; box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15); @@ -33,6 +35,12 @@ div.service.error { border-top: 12px solid rgb(255, 80, 80); } +div.service a { + font-weight: bold; + color: black; + float: inline-end; +} + div.checks { display: grid; width: 100%; -- cgit v1.2.3-70-g09d2