fix: text alignment

nevfy 2024-06-09 22:24:25 +03:00
parent 949b35ae7c
commit e709564a44
3 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,6 @@
.breadcrumb {
background: inherit;
padding-left: 0;
padding-top: 0;
padding-top: .8rem;
}
}

View File

@ -82,8 +82,9 @@
}
.lead {
margin-bottom: 4rem;
margin-bottom: 3rem;
font-size: 1.5rem;
font-weight: 400;
}
}

View File

@ -8,7 +8,7 @@ ul.ul-2>.td-sidebar-nav__section-title a {
}
ul.ul-2 {
padding: 0;
padding: 0 2rem;
&>.td-sidebar-nav__section-title a:hover {
color: $primary !important;
background-color: #7EB07F11;