Skip to content
Open
Changes from all commits
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
15 changes: 3 additions & 12 deletions components/Achievements/Achievements.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.group3664 {
overflow-x: hidden;
min-height: 100vh;
font-family: 'Manrope';
font-style: normal;
.heading {
display: flex;
padding-left: 4%;
Expand All @@ -9,7 +11,6 @@
margin: 22px;
h1 {
font-family: NewYork;
font-style: normal;
font-weight: 410;
letter-spacing: 0.05em;
color: #33453b;
Expand All @@ -22,7 +23,6 @@
display: flex !important;
justify-content: center;
align-items: center;
padding-right: 0px;
.btn {
align-self: center;
button {
Expand Down Expand Up @@ -67,8 +67,6 @@
border-radius: 40px;
padding: 0.1rem 2rem;
text-align: center;
font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.05em;
Expand All @@ -78,8 +76,6 @@
margin-top: 1.5rem;
text-transform: uppercase;
height: auto;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 2.2rem;
word-break: keep-all;
Expand All @@ -95,8 +91,6 @@
.desc {
margin-top: 2.6rem;
word-break: keep-all;
font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 1.4rem;
@media (max-width: 1050px) {
Expand Down Expand Up @@ -125,10 +119,7 @@
@media (min-width: 900px) {
padding: 7rem 1rem 7rem 5rem;
}
flex-grow: 2;
flex-basis: 0;
flex-shrink: 2;

flex: 2 2 0;
.Image {
border-radius: 1rem !important;
}
Expand Down