From dfed9e76bafb9c77a809ce6e06c585df973aafda Mon Sep 17 00:00:00 2001 From: Katerina Date: Fri, 17 Jul 2020 01:36:29 +1000 Subject: [PATCH] updated style --- public/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 73c80ff..dea5b94 100644 --- a/public/style.css +++ b/public/style.css @@ -74,7 +74,7 @@ button { border-radius: 3px; color: rgb(4, 61, 46); margin: 10px; - font-size: 1rem; + font-size: 1.25rem; width: 100px; } @@ -88,7 +88,10 @@ button:hover { .buttons { display: flex; flex-direction: row; - justify-content: space-between; + justify-content: flex-end; +} +.reserve-btn { + width: 150px; } /* Item Details Display Box */