Skip to content

Commit

Permalink
[Style] #5 - Add recomment width
Browse files Browse the repository at this point in the history
width를 390으로 맞춰주지 않으면 깨져서 임시방편
  • Loading branch information
dandamdandam committed Apr 15, 2023
1 parent a70c3de commit 2280815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions WarmUpProject/src/JeongDayeon.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function JeongDayeon() {

return (
<div className='JeongDayeon'>
<div id='recommend_width' className='small_font'>width를 이 선에 맞추어 웹페이지를 봐주세요</div>
<JustForStyle />
<Profile />
<AboutMe />
Expand Down
6 changes: 6 additions & 0 deletions WarmUpProject/src/styles/jdy.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
color: var(--font-side-c);
line-height: 110%;
}
.JeongDayeon #recommend_width{
position:absolute;
left:390px;
border-left: 2px solid var(--font-c);
width:14px;
}

/* 헤더 애니메이션 */
.jdy_h1 .line{
Expand Down

0 comments on commit 2280815

Please sign in to comment.