Tweak info-item

This commit is contained in:
billz 2019-11-17 12:01:36 +00:00
parent 2e54ae8dde
commit 22eac80306
2 changed files with 6 additions and 6 deletions

View File

@ -121,7 +121,7 @@ ul.nav-tabs, .nav-tabs .nav-link {
}
.info-item {
width: 140px;
width: 10rem;
float: left;
}

View File

@ -216,6 +216,11 @@ hr {
border-right: 1px solid #2ee600;
}
.info-item {
width: 12rem;
float: left;
}
.info-item-wifi {
width: 6rem;
float: left;
@ -317,11 +322,6 @@ color: #2ee600 !important
background-color: #2ee600;
}
.info-item {
width: 140px;
float: left;
}
.logoutput {
width: 100%;
height: 300px;