misc: 메인페이지 하단 바 높이를 약간 높임
This commit is contained in:
+3
-1
@@ -25,7 +25,7 @@ body {
|
|||||||
#container {
|
#container {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='text'],
|
input[type='text'],
|
||||||
@@ -49,6 +49,8 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
width: 125px;
|
width: 125px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
padding-top: 0.5rem;
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
box-shadow: 0 -1px 0 $dark;
|
box-shadow: 0 -1px 0 $dark;
|
||||||
|
|||||||
Reference in New Issue
Block a user