style fix

This commit is contained in:
Victor Batischev
2024-01-31 16:25:06 +03:00
parent 8462d38862
commit 73c9101be2
13 changed files with 42 additions and 40 deletions

View File

@ -41,7 +41,7 @@ export const Article = () => {
<AuthHeader />
<SideBar />
<div className="container">
<div className="article-blog__breadCrumbs">
<div className="article-blog__breadcrumbs">
<ProfileBreadcrumbs
links={[
{ name: "Главная", link: "/auth" },

View File

@ -1,7 +1,7 @@
.article-blog {
background: #f1f1f1;
&__breadCrumbs {
&__breadcrumbs {
margin-top: 30px;
@media (max-width: 1375px) {
@ -38,7 +38,7 @@
span {
font-weight: 400;
font-size: 12px;
font-size: 18px;
line-height: 20px;
color: #6f6f6f;
margin-left: 19px;
@ -117,7 +117,8 @@
}
img {
margin: 0 16px 0 0;
width: 15px;
margin-right: 5px;
}
}