From ab180f164085a7d824673beeda69fabc84c69c9d Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Mon, 21 Dec 2020 22:23:51 -0500 Subject: [PATCH] style(luggage): make em horizontal --- public/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/index.php b/public/index.php index 8525009..87cdf24 100644 --- a/public/index.php +++ b/public/index.php @@ -22,6 +22,10 @@ color: #fff; text-shadow: 1px 1px #000; } + .luggage { + float: left; + width: 20%; + }