refining responsive
This commit is contained in:
parent
7e816e4057
commit
cb73928717
|
|
@ -80,7 +80,7 @@
|
|||
}
|
||||
|
||||
.homegrade-blocks-timeline-step {
|
||||
@apply grid grid-cols-3 gap-12 py-7;
|
||||
@apply grid grid-cols-2 lg:grid-cols-3 gap-12 py-7;
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
@apply -mt-12;
|
||||
}
|
||||
&__cover {
|
||||
@apply max-w-md h-auto;
|
||||
@apply hidden lg:block max-w-md h-auto;
|
||||
border-radius: 22px;
|
||||
img {
|
||||
@apply rounded-3xl mb-3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user