Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
codeSTACKr committed Jan 23, 2022
1 parent 245d88b commit cb13aee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>
</header>

<section>
<section class="container">
<div class="countdown">
<ul
id="countdown"
Expand Down
22 changes: 21 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {
.container {
max-width: 960px;
margin: 0 auto;
padding: 1rem;
padding: 1rem 2rem;
}

/* HEADER */
Expand Down Expand Up @@ -143,10 +143,30 @@ section {
font-style: italic;
margin: 2rem 0;
font-size: 3.5rem;
text-align: center;
}

.countdown p {
font-size: 1.1rem;
font-family: var(--font-secondary);
margin-bottom: 2rem;
text-align: center;
}

@media screen and (max-width: 768px) {
.menu {
gap: 1rem;
}
.wallet-btn {
margin-left: 0;
padding: 1rem;
max-width: 8rem;
}
.countdown h1 {
font-size: 2rem;
}
.countdown p {
font-size: 1rem;
}
}

0 comments on commit cb13aee

Please sign in to comment.