Skip to content

Commit

Permalink
Fix heights
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Apr 13, 2024
1 parent 8fc43e7 commit e6ea42e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/styles/pages/leaderboard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
max-width: 60rem;

.header {
align-items: center;
display: flex;
gap: 0 2rem;
gap: 1rem 2rem;

@media (max-width: vars.$breakpoint-lg) {
display: grid;
Expand All @@ -22,6 +21,7 @@
}

.heading {
align-self: center;
font-size: 1.5rem;
justify-self: start;
letter-spacing: 1%;
Expand All @@ -33,13 +33,12 @@
align-items: center;
background-color: var(--theme-primary-2);
border: 1px solid var(--theme-elevated-stroke);
border-radius: 1rem;
border-radius: 2rem;
color: var(--theme-background);
display: flex;
font-size: 1rem;
font-weight: bold;
gap: 0.5rem;
height: 2rem;
justify-self: start;
padding: 0 1rem;

Expand All @@ -53,13 +52,13 @@
background: none;
background-color: var(--theme-elevated-background);
border: 1px solid var(--theme-elevated-stroke);
border-radius: 1rem;
border-radius: 2rem;
color: inherit;
font-size: 1rem;
height: 2rem;
max-width: 18rem;
padding-left: 1rem;
padding-right: 0.5rem;

width: 100%;

&::placeholder {
Expand Down

0 comments on commit e6ea42e

Please sign in to comment.