mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 03:41:22 +00:00
styles: FeaturedCardBlog justify center
This commit is contained in:
parent
bd3fe6b18d
commit
24a706e972
@ -2,10 +2,7 @@
|
||||
|
||||
.breadcrumbCommon {
|
||||
color: var(--text-base);
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
.currentItem {
|
||||
cursor: default;
|
||||
}
|
||||
>>>>>>> a9f9f06eb9dee2a1ddefe907ff804237a78c5210
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ export { default as ModalCreateUserInfo} from './ModalCreateUserInfo/ModalCreate
|
||||
export { default as CardBlog} from './CardBlog/CardBlog'
|
||||
export { default as RelevantBlogPosts} from './RelevantBlogPosts/RelevantBlogPosts'
|
||||
export { default as CollapseCommon} from './CollapseCommon/CollapseCommon'
|
||||
export { default as BreadCrumbCommon } from './BreadcrumbCommon/BreadcrumbCommon'
|
||||
export { default as BreadcrumbCommon } from './BreadcrumbCommon/BreadcrumbCommon'
|
||||
export { default as ImgWithLink} from './ImgWithLink/ImgWithLink'
|
||||
export { default as RecipeDetail} from './RecipeDetail/RecipeDetail'
|
||||
export { default as DrawerCommon} from './DrawerCommon/DrawerCommon'
|
||||
|
@ -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'
|
Loading…
x
Reference in New Issue
Block a user