Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardizing wins page #1204

Merged
merged 19 commits into from
Mar 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Standardize Wins Page
evancchen committed Mar 14, 2021
commit 1254769b64cc9b7d266272fe9b67d488000a5e71
24 changes: 4 additions & 20 deletions _sass/components/_wins-page.scss
Original file line number Diff line number Diff line change
@@ -6,14 +6,10 @@
align-items: center;
justify-content: space-evenly;
img{
height: 366;
height: 360px;
}
h1{
font-size: 59px;
line-height: 69px;
text-align: center;
font-style: normal;
font-weight: normal;
h1 {
margin-bottom: 56px;
}
}

@@ -22,7 +18,7 @@
background-color: white;
right: 0px;
bottom: 0px;
color: red;
color: $color-red;
padding: 0px 3px;
cursor: pointer;
}
@@ -41,18 +37,12 @@
img{
height: 230px;
}
h1{
font-style: normal;
font-weight: normal;
font-size: 38px;
}
.btn--wins{
height: 60px;
padding: 0 50px;
border-radius: 60px;
font-size: 1.25rem;
}

}
}

@@ -62,12 +52,6 @@
img{
height: 105px;
}
h1{
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
}
.btn--wins{
height: 40px;
padding: 0 32px;