mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 10:17:41 -07:00
Fix
This commit is contained in:
@ -31,7 +31,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-menu {
|
.navbar-menu {
|
||||||
background-color: rgb(76, 76, 120) !important;
|
@media screen and (max-width: 1089px) {
|
||||||
|
background-color: rgb(76, 76, 120) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
|
a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="navbarBasicExample" class="navbar-menu navbar-purple">
|
<div id="navbarBasicExample" class="navbar-menu">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="{{ url('/documentation') }}">
|
<a class="navbar-item" href="{{ url('/documentation') }}">
|
||||||
Documentation
|
Documentation
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user