Skip to content

Commit

Permalink
minor design change followed by tailwind css
Browse files Browse the repository at this point in the history
- tailwind css로 도입으로 깨진 디자인들을 복구한다.
  • Loading branch information
jimin9038 committed Apr 1, 2022
1 parent 6a412ff commit d8d48ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export default {
display:inline;
position:relative;
top:36px;
font-size: 2rem;
}
.submission-list-card{
margin:0 auto;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/oj/components/user/TabSplitInTwo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
.tab-split-in-two {
display: flex;
justify-content: space-between;
margin: 0px 50px;
margin: 10px 50px;
overflow: auto;
.tab-split-in-two__tab {
margin: 0px 10px;
Expand Down

0 comments on commit d8d48ff

Please sign in to comment.