mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
Merge remote-tracking branch 'upstream/master' into lang-picker
This commit is contained in:
commit
4e1e91ed60
|
@ -21,7 +21,17 @@
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.td-toc ul {
|
.td-sidebar-nav .td-sidebar-link__page,
|
||||||
|
ul.ul-2>.td-sidebar-nav__section-title a {
|
||||||
|
color: #616161 !important;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
||||||
|
color: $blue !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-toc ul {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{ $illustration := .Get 0 }}
|
{{ $illustration := .Get 0 }}
|
||||||
{{ $title := .Get 1 }}
|
{{ $title := .Get 1 }}
|
||||||
<div class="card sp-service-card h-100">
|
<div class="card sp-service-card h-100">
|
||||||
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="{{ $title }}">
|
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="card-title">{{ $title }}</h4>
|
<h4 class="card-title">{{ $title }}</h4>
|
||||||
{{ .Inner }}
|
{{ .Inner }}
|
||||||
|
|
Loading…
Reference in a new issue