diff --git a/chromebook-checkout-meteor/client/chromebook.css b/chromebook-checkout-meteor/client/chromebook.css index 7d865ab..74ab657 100644 --- a/chromebook-checkout-meteor/client/chromebook.css +++ b/chromebook-checkout-meteor/client/chromebook.css @@ -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%; } diff --git a/chromebook-checkout-meteor/client/main.css b/chromebook-checkout-meteor/client/main.css index 71d762c..2c7a71c 100644 --- a/chromebook-checkout-meteor/client/main.css +++ b/chromebook-checkout-meteor/client/main.css @@ -69,6 +69,6 @@ h6 { } .row, .row-admin { max-height: 10%; - display: flex; + display: flex !important; } /* End */ \ No newline at end of file