fixed HTML incorrect rendering
This commit is contained in:
parent
929d7906ef
commit
9e0241b073
@ -18,6 +18,8 @@ body {
|
|||||||
height: 10%;
|
height: 10%;
|
||||||
max-width: 81%;
|
max-width: 81%;
|
||||||
max-height: 10%;
|
max-height: 10%;
|
||||||
|
max-height: 70px;
|
||||||
|
min-width: 79%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkout, .teacher {
|
.checkout, .teacher {
|
||||||
@ -36,13 +38,13 @@ body {
|
|||||||
|
|
||||||
.icons {
|
.icons {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -7.5%;
|
margin-top: 3%;
|
||||||
margin-left: 2%;
|
margin-left: 2%;
|
||||||
color: #5A5A5A;
|
color: #5A5A5A;
|
||||||
transition: color 0.5s;
|
transition: color 0.5s;
|
||||||
}
|
}
|
||||||
.icons.yield.fa.fa-exclamation-triangle.fa-lg, .icons.yieldc.fa.fa-exclamation-triangle.fa-lg {
|
.yield {
|
||||||
margin-right: 6%;
|
margin-right: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -69,6 +69,6 @@ h6 {
|
|||||||
}
|
}
|
||||||
.row, .row-admin {
|
.row, .row-admin {
|
||||||
max-height: 10%;
|
max-height: 10%;
|
||||||
display: flex;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
/* End */
|
/* End */
|
||||||
Loading…
x
Reference in New Issue
Block a user