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 {