Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-27 18:01:24 +02:00
committed by GitHub
parent d9992fde93
commit 6e18e93fc2
8 changed files with 313 additions and 54 deletions

View File

@ -701,7 +701,7 @@ form select {
font-weight: 400px;
color: #1f2c3d;
line-height: 1.3;
padding: .3em 1.4em .3em .4em;
padding: 0.2em 0.2em 0.2em 0.2em;
width: 75px;
max-width: 100%;
box-sizing: border-box;

View File

@ -694,7 +694,7 @@ form select {
font-weight: 400px;
color: #1f2c3d;
line-height: 1.3;
padding: .3em 1.4em .3em .4em;
padding: 0.2em 0.2em 0.2em 0.2em;
width: 75px;
max-width: 100%;
box-sizing: border-box;

View File

@ -101,7 +101,7 @@ table.seat td:first-child {
pointer-events: none;
}
.tablelist li:nth-child(3n+)
.tablelist li:nth-child(3n)
{
clear: both;
}