misc: 메인페이지 하단 바 높이를 약간 높임

This commit is contained in:
2022-07-06 22:40:16 +09:00
parent 6ed174e5dc
commit cb65666600
+3 -1
View File
@@ -25,7 +25,7 @@ body {
#container {
width: 500px;
margin: 0 auto;
margin-bottom: 100px;
margin-bottom: 40px !important;
}
input[type='text'],
@@ -49,6 +49,8 @@ body {
text-align: center;
width: 125px;
font-size: 16px;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
box-shadow: 0 -1px 0 $dark;