mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix(bs): upgrade to new defaults
This commit is contained in:
parent
e61c1cd8c5
commit
51a2ccd995
|
@ -119,7 +119,7 @@ a.nav-link.sp-coming-soon {
|
|||
}
|
||||
}
|
||||
|
||||
html, body {
|
||||
html {
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
@ -128,6 +128,10 @@ body {
|
|||
background-color: $bg-color;
|
||||
}
|
||||
|
||||
a, a.btn-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sp-advantages {
|
||||
row-gap: 0px;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{ $links := .Site.Params.links }}
|
||||
<div class="bg-dark pt-4 px-5 pb-5 row sp-footer">
|
||||
|
||||
<div class="col-12 order-last order-md-first py-4">
|
||||
<div class="col-12 py-4">
|
||||
<a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
|
||||
<span class="navbar-brand__logo navbar-logo">
|
||||
{{- if ne .Site.Params.ui.navbar_logo false -}}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{ $langPage := cond (gt (len .Translations) 0) . .Site.Home }}
|
||||
<div class="dropdown">
|
||||
<a role="button" class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<i class="fas fa-globe ml-2"></i>
|
||||
<i class="fas fa-globe ms-2"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
||||
{{ range $langPage.AllTranslations }}
|
||||
|
|
Loading…
Reference in a new issue