mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
styles: FeaturedCardBlog justify center
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
@import "../../../../styles/utilities";
|
||||
|
||||
.featuredCard{
|
||||
@apply flex flex-row justify-start spacing-horizontal pb-16;
|
||||
@screen lg{
|
||||
@apply justify-center;
|
||||
}
|
||||
@apply flex flex-row justify-center spacing-horizontal pb-16;
|
||||
.featuredCardWrapper{
|
||||
@apply flex flex-col;
|
||||
@screen lg{
|
||||
|
@@ -1,5 +1,4 @@
|
||||
export { default as FeaturedCardBlog } from './FeaturedCardBlog/FeaturedCardBlog'
|
||||
export { default as BlogsList } from './BlogsList/BlogsList'
|
||||
export { default as BlogHeading } from './BlogHeading/BlogHeading'
|
||||
export { default as BlogBreadCrumb } from './BlogBreadcrumb/BlogBreadcrumb'
|
||||
export { default as BlogsPage } from './BlogsPage/BlogsPage'
|
||||
export { default as BlogBreadCrumb } from './BlogBreadcrumb/BlogBreadcrumb'
|
Reference in New Issue
Block a user