Skip to content
Snippets Groups Projects
Commit d837a0ba authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fixed lower navbar

parent a5bb8006
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ .barreDeNavigation .nav-link{ ...@@ -19,7 +19,7 @@ .barreDeNavigation .nav-link{
} }
.barreDeNavigation .inferieure{ .barreDeNavigation .inferieure{
width: 100%; width: 100%;
min-height: 83px; height: 83px;
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%); -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
box-shadow: 0 0 20px rgb(0 0 0 / 30%); box-shadow: 0 0 20px rgb(0 0 0 / 30%);
background-size: auto 442px; background-size: auto 442px;
...@@ -27,6 +27,7 @@ .barreDeNavigation .inferieure{ ...@@ -27,6 +27,7 @@ .barreDeNavigation .inferieure{
.barreDeNavigation .inferieure .siteName{ .barreDeNavigation .inferieure .siteName{
font-family: "Zaptron-Regular"; font-family: "Zaptron-Regular";
color: white !important; color: white !important;
font-size: 2rem;
} }
a.siteName:hover { a.siteName:hover {
text-decoration: none; text-decoration: none;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</nav> </nav>
</div> </div>
<div class="inferieure" style="background-image: url('<?=getWebsiteSetting("websiteUrl")?>data/images/backgrounds/bg-wood-dark.png');"> <div class="inferieure" style="background-image: url('<?=getWebsiteSetting("websiteUrl")?>data/images/backgrounds/bg-wood-dark.png');">
<div class="container d-flex align-items-center"> <div class="container d-flex align-items-center h-100">
<div> <div>
<a href="<?=getWebsiteSetting("websiteUrl")?>" class="siteName">SL-Craft</a> <a href="<?=getWebsiteSetting("websiteUrl")?>" class="siteName">SL-Craft</a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment