OSDN Git Service

[fix] : ボタンサイズを修正
authorhayao <hayao@fascode.net>
Sat, 20 Feb 2021 14:32:22 +0000 (23:32 +0900)
committerhayao <hayao@fascode.net>
Sat, 20 Feb 2021 14:32:22 +0000 (23:32 +0900)
buildmydist-2/style/pc.css

index a4f0c00..31ca541 100644 (file)
@@ -168,7 +168,8 @@ main{
     background-color: var(--black-1);
     color: var(--white-1);
     line-height: 50px;
-    width: 5%;
+    padding-left: 1%;
+    padding-right: 1%;
     text-align: center;
     cursor: pointer;
 }