|
|
|
|
@ -611,7 +611,7 @@ h-margin { |
|
|
|
|
|
|
|
|
|
.table-row-5-colums-tournament { |
|
|
|
|
display: grid; |
|
|
|
|
grid-template-columns: 75px 90px 1fr 120px; |
|
|
|
|
grid-template-columns: 75px 95px 1fr 120px; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 4px; |
|
|
|
|
} |
|
|
|
|
@ -621,7 +621,7 @@ h-margin { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table-row-5-colums-tournament.header { |
|
|
|
|
grid-template-columns: 1fr auto; /* Override to just 2 columns for header */ |
|
|
|
|
grid-template-columns: 1fr; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -633,7 +633,27 @@ h-margin { |
|
|
|
|
text-decoration: underline !important; /* Ensures the link is underlined */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 800px) { |
|
|
|
|
@media screen and (max-width: 64em) { |
|
|
|
|
/* Adjust breakpoint as needed */ |
|
|
|
|
.table-row-5-colums-tournament { |
|
|
|
|
grid-template-columns: 80px 100px 1fr 120px; |
|
|
|
|
gap: 4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.small { |
|
|
|
|
font-size: 1em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.very-large { |
|
|
|
|
font-size: 1.4em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.very-large.club-name { |
|
|
|
|
font-size: 1.2em; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 40em) { |
|
|
|
|
/* Adjust breakpoint as needed */ |
|
|
|
|
.table-row-5-colums-tournament { |
|
|
|
|
grid-template-columns: 60px 70px 1fr 80px; |
|
|
|
|
|