Skip to content

Commit

Permalink
update: 링크 스타일 및 라인 너비 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
iseolin76 committed Sep 13, 2021
1 parent c27f4d2 commit 06c1d38
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/descriptions/desc.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
width: 0px;
}
to {
width: 320px;
width: 60vw;
}
}

Expand All @@ -27,7 +27,7 @@
.greenLine {
margin: 40px 0;
border: 0;
width: 320px;
width: 60vw;
height: 1px;
background-color: c.$green-color;
animation: widthAnimation 2s ease;
Expand All @@ -37,6 +37,10 @@
* {
@include commonTextStyle;
}
a {
text-decoration: underline solid c.$green-color 1px;
color: c.$green-color;
}
.title {
font-weight: bold;
font-size: 18px;
Expand Down

0 comments on commit 06c1d38

Please sign in to comment.