[arcade] formatting + how to play description update

This commit is contained in:
acon 2024-05-29 23:05:21 -04:00
parent cf5f0e2355
commit 77d1701b55
2 changed files with 7 additions and 5 deletions

View file

@ -72,7 +72,7 @@
</div>
<h2>Step 1: Work on projects!</h2>
<p>You must be actively working on something, not just passively consuming information. For example: [ ]</p>
<p>You must be actively working on something, not just passively consuming information. For example: making your own PCB, building your own site, creating an app.</p>
<h2>Step 2: Submit your hours!</h2>
<p>Use /hack in #hack-hour on the Hack Club Slack to log your hours! It activates a pomodoro timer; the timer should be the length you're planning to work on the project for.</p>
<h2>Step 3: Redeem your hours for prizes!</h2>

View file

@ -5,8 +5,10 @@ html {
}
.heading-card {
background: #6B5B5B;
background: #2e2a31;
padding: 0.5em;
padding-left: 3em;
padding-right: 3em;
display: inline-block;
}
@ -168,8 +170,8 @@ html {
text-align: center;
margin-top: 5vw;
padding-bottom: 5vw;
margin-left: 15vw;
margin-right: 15vw;
margin-left: 18vw;
margin-right: 18vw;
}
h2 {
@ -177,7 +179,7 @@ h2 {
background: -webkit-linear-gradient(#FC867D, #FBCE60);
background-clip: text;
-webkit-text-fill-color: transparent;
padding-top: 2vw;
padding-top: 1vw;
}
p {