mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
Hide the banner on mobile
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
.root {
|
||||
@apply py-4 px-6 bg-black text-white flex flex-row justify-center items-center;
|
||||
}
|
||||
|
||||
.title {
|
||||
@apply text-white font-medium;
|
||||
}
|
||||
|
||||
.separator {
|
||||
@apply mx-3 bg-white;
|
||||
width: 1px;
|
||||
@@ -15,7 +7,3 @@
|
||||
.separator:before {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.description {
|
||||
@apply text-white font-medium;
|
||||
}
|
||||
|
Reference in New Issue
Block a user