Center align offline/reconnection badge on the logo.

fixes #302
This commit is contained in:
softsimon
2021-01-25 01:29:58 +07:00
parent e86b7c7258
commit 9d02ab1eb5
2 changed files with 11 additions and 4 deletions

View File

@@ -44,10 +44,15 @@ nav {
}
.connection-badge {
margin-left: 10px;
position: absolute;
top: 13px;
left: 40px;
left: 0px;
width: 140px;
}
.badge {
margin: 0 auto;
display: table;
}
.mainnet.active {