Skip to content

Commit

Permalink
Update Certificate preview
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 18, 2024
1 parent 5b8e4ce commit 975a5e8
Show file tree
Hide file tree
Showing 13 changed files with 504 additions and 187 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.

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 @@ -17,6 +17,7 @@
flex-wrap: wrap;
max-width: 912px;
margin: auto;

}
.certificate {
min-width: 450px;
Expand Down Expand Up @@ -121,11 +122,15 @@
.company-name {
line-height: 30px;
}
.certificate-preview {
flex: 1;
box-shadow: 0px 5.74648px 9.57746px 0px rgba(0, 0, 0, 0.1);
}
}

@include media-breakpoint-down(tablet) {
.course-completed {
color: var(--primary-700, #0c1a81);
// color: var(--primary-700, #0c1a81);

/* Mobile Headings */
font-family: Lora;
Expand Down
Loading

0 comments on commit 975a5e8

Please sign in to comment.