From c4451eede0e0b92e0fefaeea27f497fa16eb9c92 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Wed, 7 Jun 2023 11:05:10 +0200 Subject: [PATCH] float right --- api/public/css/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index 48eb948b..e8c58c21 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -62,5 +62,5 @@ html, body { .headerimg { width: 100px; - float: left; + float: right; } \ No newline at end of file