1
0

ndex route works again

This commit is contained in:
2020-01-15 02:50:23 +01:00
parent f9a692e635
commit 588e9b089a
30 changed files with 427 additions and 258 deletions

View File

@@ -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;