mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
styles: add border-radius img
This commit is contained in:
@@ -2,6 +2,7 @@ import { BreadcrumbCommon } from "src/components/common"
|
||||
import s from './BlogBreadCrumb.module.scss'
|
||||
|
||||
const BLOG_DATA = [
|
||||
{link: "/", name: "Home"},
|
||||
{link: "/blogs", name: "Blog"},
|
||||
];
|
||||
|
||||
|
@@ -9,6 +9,9 @@
|
||||
}
|
||||
.left{
|
||||
max-width: 59.8rem;
|
||||
img{
|
||||
border-radius: 2.4rem;
|
||||
}
|
||||
}
|
||||
.right{
|
||||
flex-shrink: 3;
|
||||
|
Reference in New Issue
Block a user