From 8e87343105aa94cc65f0b48ab3274fd1056dd37e Mon Sep 17 00:00:00 2001 From: Chester Bak Date: Tue, 23 Jul 2024 09:47:14 +0700 Subject: [PATCH] float account button --- web/page.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/page.css b/web/page.css index 9193b1d..53759a3 100755 --- a/web/page.css +++ b/web/page.css @@ -38,6 +38,7 @@ p.user { margin:0; background-color:darkorange; width:100px; + float: right; } .container { display:flex;