ndex route works again
This commit is contained in:
@@ -1900,6 +1900,7 @@ html, body {
|
||||
/* 400px */
|
||||
.ev_master {
|
||||
align-self: center;
|
||||
width: 100%;
|
||||
}
|
||||
@media (min-width: 851px) {
|
||||
.ev_master {
|
||||
@@ -1918,6 +1919,15 @@ html, body {
|
||||
text-align: center;
|
||||
font-size: 25pt;
|
||||
}
|
||||
.ev_master .ev_statusmore {
|
||||
color: #333333;
|
||||
background-color: #BBBBBB;
|
||||
text-align: left;
|
||||
padding: 4px;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.ev_master .ev_code {
|
||||
font-size: 75pt;
|
||||
|
||||
Reference in New Issue
Block a user