Skip to content

Commit

Permalink
Deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkulak committed Apr 10, 2024
1 parent fa22ba3 commit 791c9e0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file added assets/files/BrokenPackage.package
Binary file not shown.
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bundle.js.map

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions build/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,10 @@ video {
margin-top: 0.25rem;
}

.mt-8 {
margin-top: 2rem;
}

.ml-3 {
margin-left: 0.75rem;
}
Expand All @@ -672,10 +676,6 @@ video {
margin-top: 1rem;
}

.mt-8 {
margin-top: 2rem;
}

.mb-3 {
margin-bottom: 0.75rem;
}
Expand Down Expand Up @@ -1279,6 +1279,10 @@ video {
color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline {
text-decoration-line: underline;
}

.no-underline {
text-decoration-line: none;
}
Expand Down Expand Up @@ -1392,6 +1396,10 @@ video {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
text-decoration-line: none;
}

.hover\:opacity-100:hover {
opacity: 1;
}
Expand Down Expand Up @@ -1552,6 +1560,11 @@ video {
.sm\:gap-4 {
gap: 1rem;
}

.sm\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
}

@media (min-width: 768px) {
Expand Down

0 comments on commit 791c9e0

Please sign in to comment.