Adding in modal for card detail when card is clicked. Working through styling, and working with NextJS.

This commit is contained in:
Frank Delaguila
2022-11-04 15:40:07 -06:00
parent a7d15cc120
commit a036c449f7
6 changed files with 106 additions and 25 deletions

View File

@@ -29,5 +29,13 @@
}
@media (prefers-color-scheme: dark) {
}
@media only screen and (min-width: 1280px) {
.hero {
max-width: 1280px;
margin: 2rem auto 0 auto;
border-radius: 2rem;
}
}