mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 21:37:42 -07:00
Fix
This commit is contained in:
@ -31,7 +31,9 @@ body {
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
@ -11,7 +11,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="navbarBasicExample" class="navbar-menu navbar-purple">
|
||||
<div id="navbarBasicExample" class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="{{ url('/documentation') }}">
|
||||
Documentation
|
||||
|
Reference in New Issue
Block a user