fix(bs): upgrade to new defaults

This commit is contained in:
nevfy 2024-04-20 18:30:05 +03:00 committed by Inex Code
parent e61c1cd8c5
commit 51a2ccd995
3 changed files with 7 additions and 3 deletions

View File

@ -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;
}

View File

@ -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 -}}

View File

@ -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 }}