Improved planning on mobile

This commit is contained in:
Keplyx 2018-05-23 16:51:30 +02:00
parent 57b6ee64a1
commit defc3a4394
2 changed files with 13 additions and 1 deletions

View file

@ -7,6 +7,7 @@ General
border: none;
border-collapse: separate;
border-spacing: 10px;
font-size: 15px;
}
#table_planning th {
@ -15,6 +16,7 @@ General
background: #414141;
font-weight: bold;
width: 12.5%;
font-size: 17px;
}
#table_planning td {
@ -79,3 +81,14 @@ Events Specific
.wini {
background-color: #b7472a;
}
@media screen and (max-width: 750px) {
#table_planning {
font-size: 10px;
}
#table_planning th{
font-size: 12px;
}
}

View file

@ -141,7 +141,6 @@ table {
}
th {
font-family: Arial, sans-serif;
padding: 10px;
background: #373737;
color: #fff;