Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0724bdf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rschiang committed May 6, 2024
1 parent 971720d commit 4bc00ba
Show file tree
Hide file tree
Showing 47 changed files with 694 additions and 105 deletions.
2 changes: 1 addition & 1 deletion agenda/index.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,10 @@ a:not(.btn, .nav-link):link:hover, a:not(.btn, .nav-link):visited:hover {
.md\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.md\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
}
@media (min-width: 960px) {

Expand Down
Loading

0 comments on commit 4bc00ba

Please sign in to comment.