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-