Makes all tabs of equal height

This commit is contained in:
VakarisZ 2018-11-19 15:55:18 +02:00
parent a590c9aded
commit 3503bf9ccb
1 changed files with 5 additions and 2 deletions

View File

@ -138,12 +138,11 @@ body {
padding-left: 40px;
}
}
.main .page-header {
margin-top: 0;
}
.index img {
margin: 40px auto;
border-radius: 4px;
@ -172,6 +171,9 @@ body {
display: none;
}
.nav-tabs > li > a {
height: 63px
}
/*
* Run Monkey Page
*/
@ -491,4 +493,5 @@ body {
.label-danger {
background-color: #d9534f !important;
}
}