Fixing some things, styling some things, need to add modal, and card information data to it

This commit is contained in:
Frank Delaguila
2022-11-04 02:26:47 -06:00
parent 009ba01a74
commit a7d15cc120
6 changed files with 102 additions and 12 deletions

View File

@@ -2,15 +2,25 @@
min-height: 100vh;
}
.search {
background-color: #333333;
}
.hero {
background: url("/hero.png");
background-size: cover;
}
.footer {
display: flex;
flex: 1;
padding: 2rem 0;
border-top: 1px solid #eaeaea;
border-top: 1px solid #696969;
justify-content: center;
align-items: center;
}
.footer a {
display: flex;
justify-content: center;