Skip to content

Commit

Permalink
Merge pull request #30 from joog-lim/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
iseolin76 authored Sep 13, 2021
2 parents cd68aa9 + 06c1d38 commit 9018c56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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
2 changes: 1 addition & 1 deletion src/components/descriptions/descContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const descAbout = () => {
discord : <a href="https://discord.gg/x4Qq9Xr8F2">๋ฐ”๋กœ๊ฐ€๊ธฐ</a>
</span>
<br />
<span>email : ์•„์ง ์—†์Œ</span>
<span>email : jooglim.org@gmail.com</span>
</p>
</article>
);
Expand Down

0 comments on commit 9018c56

Please sign in to comment.