From 60ec68acc734bef6e94cecc8d81061543cdb91c9 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Mon, 22 Jul 2019 11:39:50 +0200 Subject: [PATCH] =?UTF-8?q?Datum/Uhrzeig=20vergr=C3=B6=C3=9Fert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/waip.css | 4 ++-- views/includes/clock.pug | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/waip.css b/public/css/waip.css index b8122f9..b804f67 100644 --- a/public/css/waip.css +++ b/public/css/waip.css @@ -169,7 +169,7 @@ audio { @keyframes x { 100% { - transform: translatex(100%); + transform: translatex(35%); } } @@ -179,7 +179,7 @@ audio { @keyframes y { 100% { - transform: translatey(100%); + transform: translatey(40%); } } diff --git a/views/includes/clock.pug b/views/includes/clock.pug index be41e14..e785689 100644 --- a/views/includes/clock.pug +++ b/views/includes/clock.pug @@ -1,6 +1,6 @@ #waipclock.fullheight .h-95 - .h-50.w-50.clock_y + .h-75.w-75.clock_y .h-100.clock_x #time.h-70.d-flex.align-items-end.text-muted.font-weight-bold.tf_clock -Uhrzeit- #day.h-30.d-flex.align-items-start.text-muted.tf_clock -Datum-