mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🐛 bug: style responsive product info
:%s
This commit is contained in:
parent
f925fa0304
commit
771abdefa2
@ -4,7 +4,7 @@
|
||||
@apply spacing-horizontal;
|
||||
margin: 0 auto 5.6rem;
|
||||
@screen md {
|
||||
@apply flex;
|
||||
@apply flex justify-center;
|
||||
margin: 5.6rem auto;
|
||||
}
|
||||
|
||||
@ -16,6 +16,9 @@
|
||||
@screen sm-only {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
@screen md {
|
||||
max-width: 50%;
|
||||
}
|
||||
@screen lg {
|
||||
max-width: 60rem;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
@apply spacing-horizontal;
|
||||
padding-bottom: 4rem;
|
||||
@screen md {
|
||||
@apply flex;
|
||||
@apply flex justify-center;
|
||||
padding-bottom: 5.6rem;
|
||||
}
|
||||
}
|
@ -3,6 +3,9 @@
|
||||
@screen sm-only {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
@screen md {
|
||||
max-width: 50%;
|
||||
}
|
||||
@screen lg {
|
||||
max-width: 60rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user