correction to navbar width so pinned apps don't get blocked by navbar-text

This commit is contained in:
antil0pa 2018-12-28 09:49:16 +01:00
parent 69033d3b66
commit 5a1bf53193
1 changed files with 3 additions and 2 deletions

View File

@ -34,9 +34,10 @@ body {
.navbar-text {
position: absolute;
right: 20%;
right: 35%;
text-align: center;
width: 60%;
width: 30%;
z-index: -1;
}
.mr-auto .navbar-app.nav-link {