mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-18 14:49:16 +00:00
fix: text alignment
This commit is contained in:
parent
949b35ae7c
commit
e709564a44
|
@ -8,6 +8,6 @@
|
|||
.breadcrumb {
|
||||
background: inherit;
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding-top: .8rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -82,8 +82,9 @@
|
|||
}
|
||||
|
||||
.lead {
|
||||
margin-bottom: 4rem;
|
||||
margin-bottom: 3rem;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue