mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
styles: FeaturedCardBlog justify center
This commit is contained in:
parent
bd3fe6b18d
commit
24a706e972
@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
.breadcrumbCommon {
|
.breadcrumbCommon {
|
||||||
color: var(--text-base);
|
color: var(--text-base);
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
.currentItem {
|
.currentItem {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
>>>>>>> a9f9f06eb9dee2a1ddefe907ff804237a78c5210
|
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ export { default as ModalCreateUserInfo} from './ModalCreateUserInfo/ModalCreate
|
|||||||
export { default as CardBlog} from './CardBlog/CardBlog'
|
export { default as CardBlog} from './CardBlog/CardBlog'
|
||||||
export { default as RelevantBlogPosts} from './RelevantBlogPosts/RelevantBlogPosts'
|
export { default as RelevantBlogPosts} from './RelevantBlogPosts/RelevantBlogPosts'
|
||||||
export { default as CollapseCommon} from './CollapseCommon/CollapseCommon'
|
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 ImgWithLink} from './ImgWithLink/ImgWithLink'
|
||||||
export { default as RecipeDetail} from './RecipeDetail/RecipeDetail'
|
export { default as RecipeDetail} from './RecipeDetail/RecipeDetail'
|
||||||
export { default as DrawerCommon} from './DrawerCommon/DrawerCommon'
|
export { default as DrawerCommon} from './DrawerCommon/DrawerCommon'
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
@import "../../../../styles/utilities";
|
@import "../../../../styles/utilities";
|
||||||
|
|
||||||
.featuredCard{
|
.featuredCard{
|
||||||
@apply flex flex-row justify-start spacing-horizontal pb-16;
|
@apply flex flex-row justify-center spacing-horizontal pb-16;
|
||||||
@screen lg{
|
|
||||||
@apply justify-center;
|
|
||||||
}
|
|
||||||
.featuredCardWrapper{
|
.featuredCardWrapper{
|
||||||
@apply flex flex-col;
|
@apply flex flex-col;
|
||||||
@screen lg{
|
@screen lg{
|
||||||
|
@ -2,4 +2,3 @@ export { default as FeaturedCardBlog } from './FeaturedCardBlog/FeaturedCardBlog
|
|||||||
export { default as BlogsList } from './BlogsList/BlogsList'
|
export { default as BlogsList } from './BlogsList/BlogsList'
|
||||||
export { default as BlogHeading } from './BlogHeading/BlogHeading'
|
export { default as BlogHeading } from './BlogHeading/BlogHeading'
|
||||||
export { default as BlogBreadCrumb } from './BlogBreadcrumb/BlogBreadcrumb'
|
export { default as BlogBreadCrumb } from './BlogBreadcrumb/BlogBreadcrumb'
|
||||||
export { default as BlogsPage } from './BlogsPage/BlogsPage'
|
|
Loading…
x
Reference in New Issue
Block a user