Skip to content

Commit

Permalink
Cert partial Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Nov 16, 2023
1 parent c5485e7 commit 9d0a1c8
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@
}

@include media-breakpoint-up(tablet) {
padding: 30px 16px;

.certificate-header {
width: 50%;
}
Expand All @@ -204,6 +206,7 @@
}

@include media-breakpoint-up(desktop) {

p {
font-size: 24px;
line-height: 36px;
Expand All @@ -214,6 +217,10 @@
}

.certificate-showcase {
background: $color-neutral-50;
width: 1144px;
padding: 0 72px;

.certificate {
width: 478px;

Expand Down Expand Up @@ -318,4 +325,22 @@
}
}
}

@include media-breakpoint-up(large) {
padding: 0 148px;
background: $color-shades-white;

.certificate-showcase {
padding: 0 72px;
}
}

@include media-breakpoint-up(xlarge) {
padding: 0 388px 72px;

.certificate-showcase {
padding: 0 72px;
background: $color-neutral-50;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}

@include media-breakpoint-up(desktop) {
padding: 72px 0;
padding: 72px 0 0;

.featured-content {
width: 100%;
Expand Down

0 comments on commit 9d0a1c8

Please sign in to comment.