From 2d7dd14f912734b7ba17156f7e82cbc2ccaa0b67 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 18 Jan 2021 10:25:23 +0100 Subject: [PATCH] css --- hv-ui/src/app/app.component.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hv-ui/src/app/app.component.css b/hv-ui/src/app/app.component.css index e69de29..b021db3 100644 --- a/hv-ui/src/app/app.component.css +++ b/hv-ui/src/app/app.component.css @@ -0,0 +1,6 @@ +.right { + float: right +} +.clear { + float: clear +} \ No newline at end of file