fix: 서버 페이지에서 버튼을 bootstrap 버튼으로 변경

This commit is contained in:
2022-05-13 20:27:31 +09:00
parent 8a4aae8258
commit 48fe50042c
3 changed files with 20 additions and 41 deletions
+7 -2
View File
@@ -36,16 +36,21 @@ body {
height: 130px;
}
#user_info button {
#user_info .btn {
width: 200px;
height: 50px;
margin: 10px 50px;
padding: 10px;
}
.center_ordered_items {
text-align: center;
}
.server-action{
padding-top: 16px;
padding-bottom: 16px;
}
.Entrance_ServerList {
width: 800px;
height: 64px;