mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
💄 fix breakpoints and height issues
This commit is contained in:
parent
b15547ef53
commit
98905d933e
@ -40,7 +40,7 @@ $secondary-color-active: var(--secondary-active);
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
gap: 40px;
|
gap: 40px;
|
||||||
//flex-direction colunn for mobile
|
//flex-direction colunn for mobile
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 1024px) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
@ -48,7 +48,7 @@ $secondary-color-active: var(--secondary-active);
|
|||||||
|
|
||||||
/* Pricing header */
|
/* Pricing header */
|
||||||
.plan {
|
.plan {
|
||||||
height: 560px;
|
height: 660px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user