Files
magic-card-valuator/styles/Home.module.css

34 lines
426 B
CSS

.main {
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 #696969;
justify-content: center;
align-items: center;
}
.footer a {
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
}
@media (prefers-color-scheme: dark) {
}