Skip to content

Commit

Permalink
https://github.com/cabinetsbay/site/issues/119
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 14, 2024
1 parent 5d3264e commit f0c5a02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1540,20 +1540,6 @@ a {
}

.category-view {
& .page-title {
font-size: 2em;
font-weight: bold;
display: none;
margin-bottom: 1em;

& > sub {
display: block;
font-weight: normal;
font-size: .8em;
bottom: -.4em;
}
}

& > .category-tab {
border-bottom: 1px solid #689aa5;
padding-bottom: 2em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,18 @@ h1 {
}
.cms-page-view .page-wrapper .page-main .page-title {
margin-bottom: .5em !important;
}
.category-view {
& .page-title {
font-size: 2em;
font-weight: bold;
display: none;
margin-bottom: 1em;
& > sub {
display: block;
font-weight: normal;
font-size: .8em;
bottom: -.4em;
}
}
}

0 comments on commit f0c5a02

Please sign in to comment.