From f8800598c59b49b59f843f5d27f88def0b626398 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Mon, 21 Dec 2020 22:26:03 -0500 Subject: [PATCH] fix(style): luggage width --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 2472a16..5c4e0ff 100644 --- a/public/index.php +++ b/public/index.php @@ -25,7 +25,7 @@ } .luggage { float: left; - width: 20%; + width: 24%; }