centering title in navbar

This commit is contained in:
antil0pa 2018-05-28 00:46:27 +02:00
parent 541afcd8b9
commit 9fc9159008
1 changed files with 6 additions and 4 deletions

View File

@ -32,11 +32,13 @@ body {
margin-right: 0.2rem;
}
.navbar-text {
position: absolute;
left: 47%
}
position: absolute;
text-align: center;
width: 100%;
right: 10px;
z-index: -1;
}
.mr-auto .navbar-app.nav-link {
color: $nav_icon_colour;