Skip to content

Commit

Permalink
fix : remove the deprecated class and update to the corresponding style
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTheKorean committed Jul 10, 2024
1 parent 5d4a517 commit 1789dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class Header extends HTMLElement {
<div class="buttons-container">
<ds-button-link
href="#join-instruction-container"
href="#steps-section"
size="small"
variant="ghost"
>참여방법 안내</ds-button-link
Expand Down
15 changes: 2 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,6 @@
place-content: center;
place-items: center;
}

#join-instruction-container {
margin-top: 15rem;
padding-bottom: 15rem;
border-bottom: 0.1rem solid #d3d3d3;
}

#join-instruction-container > span {
font-size: 5rem;
font-weight: medium;
}

/* 'review-card-list', 'instruction-card-list' style will be removed when the review card list, instruction card list component are created */
@media only screen and (min-width: 768px) {
Expand Down Expand Up @@ -211,7 +200,7 @@
slot="button"
size="big"
variant="ghost"
href="#join-instructions"
href="#steps-section"
>
참여방법 안내
</ds-button-link>
Expand Down Expand Up @@ -270,7 +259,7 @@
</div>
</div>

<ds-steps-section>
<ds-steps-section id="steps-section">
<ds-hero>스터디 참여방법</ds-hero>
<ds-step-list>
<ds-step step="1" iconSrc="images/icon_step1.png">
Expand Down

0 comments on commit 1789dbe

Please sign in to comment.