From 86c83e8b11db768bd6a127e095138544fa9a5d22 Mon Sep 17 00:00:00 2001 From: cutls Date: Sun, 9 Feb 2020 23:35:49 +0900 Subject: [PATCH] update window --- app/view/make/update.sample.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/view/make/update.sample.html b/app/view/make/update.sample.html index 4f5570f8..72ba4e4b 100644 --- a/app/view/make/update.sample.html +++ b/app/view/make/update.sample.html @@ -46,13 +46,13 @@ display: flex; justify-content: center; align-items: center; + flex-direction: column; } .skipbtn { display: block; - float: left; - width: 250px; - height: 200px; + width: 100%; + height: 100px; border: 1px solid; margin-left: 5px; display: flex; @@ -60,7 +60,9 @@ align-items: center; border: 1px solid #c26363; overflow: hidden; - color: #c26363 + color: #c26363; + margin-bottom: 5px; + font-size: 1.5rem; } .skipbtn:hover {