changes
This commit is contained in:
@@ -33,12 +33,15 @@ const { title, image, items } = Astro.props;
|
||||
.card {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
/* padding: 2.5rem; */
|
||||
min-height: 36rem;
|
||||
min-height: 12rem;
|
||||
|
||||
& > * {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 64rem) {
|
||||
min-height: 36rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
|
||||
|
||||
Reference in New Issue
Block a user