From 2708f6896275fb1a029551f4152f0a9cb6a5b908 Mon Sep 17 00:00:00 2001 From: iWonder118 <52240372+iWonder118@users.noreply.github.com> Date: Wed, 7 Sep 2022 01:15:22 +0900 Subject: [PATCH] add margin-top for option --- build/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/build/index.html b/build/index.html index 8e7b15be9..a1f7d24cf 100644 --- a/build/index.html +++ b/build/index.html @@ -11,6 +11,7 @@ font-size: 30px; padding: 10px 20px; background: #51a351; color: #fff; border: 0; border-radius: 3px; cursor: pointer; margin-right: 20px; } .build-min-btn { background: #2f96b4; } + #options { margin-top: 20px; } #options li { width: 450px; list-style: none; display: inline-block; vertical-align: top; margin-bottom: 20px !important; } input[type=checkbox] { position: relative; top: -4px; } input:checked + label { background: green; color: #fff; }