fixed HTML incorrect rendering

This commit is contained in:
Yaman 2015-02-01 20:48:21 -05:00
parent 929d7906ef
commit 9e0241b073
2 changed files with 6 additions and 4 deletions

View File

@ -18,6 +18,8 @@ body {
height: 10%;
max-width: 81%;
max-height: 10%;
max-height: 70px;
min-width: 79%;
}
.checkout, .teacher {
@ -36,13 +38,13 @@ body {
.icons {
float: right;
margin-top: -7.5%;
margin-top: 3%;
margin-left: 2%;
color: #5A5A5A;
transition: color 0.5s;
}
.icons.yield.fa.fa-exclamation-triangle.fa-lg, .icons.yieldc.fa.fa-exclamation-triangle.fa-lg {
margin-right: 6%;
.yield {
margin-right: 2%;
}

View File

@ -69,6 +69,6 @@ h6 {
}
.row, .row-admin {
max-height: 10%;
display: flex;
display: flex !important;
}
/* End */