Skip to content

Commit

Permalink
#44 화면 레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AYoungSn committed Dec 19, 2021
1 parent 30afa05 commit eb012bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions public/css/board.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a {
min-height: 100vh;
background-color:#242424;
margin: auto;
padding: 10px;
/* padding: 10px; */
}
.menuBar {
display: flex;
Expand Down Expand Up @@ -79,8 +79,8 @@ a {
width: 40px;
background-color: transparent;
border: none;
margin-right: 20px;
padding-top: 5px;
/* margin-right: 20px; */
padding-top: 2px;
}

/*content*/
Expand Down
2 changes: 1 addition & 1 deletion public/css/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

.header {
padding: 10px;
width: 100%;
/* width: 100%; */
height: 50px;
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit eb012bc

Please sign in to comment.