Skip to content

Commit

Permalink
fix(recruitment): 공지사항 아이콘 모바일 깨짐 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHunJin committed Oct 23, 2021
1 parent f7f6e4d commit 55f2973
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions components/recruitment/noticeBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export default defineComponent({
.noticeIcon {
vertical-align: top;
margin-top: 5px;
margin-right: 5px;
}
}
Expand All @@ -70,6 +68,13 @@ export default defineComponent({
font-size: 24px;
line-height: 36px;
margin-bottom: 16px;
.noticeIcon {
width: 20px;
height: 20px;
margin-top: 5px;
margin-right: 5px;
}
}
.content {
Expand All @@ -88,6 +93,13 @@ export default defineComponent({
font-size: 24px;
line-height: 36px;
margin-bottom: 16px;
.noticeIcon {
width: 20px;
height: 20px;
margin-top: 5px;
margin-right: 5px;
}
}
.content {
Expand All @@ -106,6 +118,13 @@ export default defineComponent({
font-size: 16px;
line-height: 24px;
margin-bottom: 8px;
.noticeIcon {
width: 16px;
height: 16px;
margin-right: 3px;
margin-top: 3px;
}
}
.content {
Expand Down

0 comments on commit 55f2973

Please sign in to comment.