Skip to content

Commit

Permalink
feat: wiki 제출 버튼 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Sep 22, 2023
1 parent 1be1e7b commit 247b4b1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/styles/wiki/wiki.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
/* common */

.WikiButtonContainer {
display: flex;
flex-direction: column;
}

.WikiButton {
position: absolute;
top: 10px;
right: 140px;

width: 80px;

padding: 1rem;
padding: 0.8rem;
margin: 0.5rem;

border: none;
Expand Down

0 comments on commit 247b4b1

Please sign in to comment.