Skip to content

Commit

Permalink
HOTFIX: Shrinked Button (#755)
Browse files Browse the repository at this point in the history
* removed year and modified margin

* chore: Auto-fix some lint errors

* remove comment

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
EncryptEx and github-actions[bot] authored Oct 15, 2023
1 parent 76a50da commit 6d62807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,7 @@ <h1 class="title__title" id="title">
target="_blank"
rel="noopener noreferrer"
>
<span class="classic-button__text"
>Subscribe as a <b class="classic-button__fs-bigger">Hacker</b> for 2024</span
>
<span class="classic-button__text">Subscribe as a <b class="classic-button__fs-bigger">Hacker</b></span>
</a>
<a
href="https://cdn.forms-content.sg-form.com/01e493d1-6390-11ee-af1c-7a6c855df2c6"
Expand All @@ -383,9 +381,7 @@ <h1 class="title__title" id="title">
target="_blank"
rel="noopener noreferrer"
>
<span class="classic-button__text"
>Subscribe as a <b class="classic-button__fs-bigger">Volunteer</b> for 2024</span
>
<span class="classic-button__text">Subscribe as a <b class="classic-button__fs-bigger">Volunteer</b></span>
</a>
</header>
<nav class="nav">
Expand Down Expand Up @@ -505,7 +501,6 @@ <h2 class="section__title">How to participate</h2>
>
<span class="classic-button__text">Apply</span>
</a>-->
<!-- del this -->
<span class="classic-button-disabled">Closed</span>
<!--
<span class="participate__message"></span> -->
Expand Down
2 changes: 1 addition & 1 deletion src/styles/sections/hero/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ $hero-max-height: 900px;
}

.apply-button {
margin-top: calc(min(15vh, (900px - 8rem) * 0.15) - 1rem);
margin-top: calc(min(15vh, (900px - 15rem) * 0.15) - 1rem);
}

.mt-2 {
Expand Down

0 comments on commit 6d62807

Please # to comment.