forked from tsc-vfl/hugo-page
Make links in competition lists a bit larger fr better accessibility
This commit is contained in:
parent
ac4a27cd79
commit
ad03132c05
@ -923,17 +923,22 @@ table.time {
|
|||||||
.turniermeldung-list {
|
.turniermeldung-list {
|
||||||
.turniermeldung {
|
.turniermeldung {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
.date {
|
.date {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
flex: auto 0 0;
|
flex: auto 0 0;
|
||||||
}
|
}
|
||||||
.ort {
|
.ort {
|
||||||
margin: 0 0 0 10px;
|
margin: 0 0 0 10px;
|
||||||
|
padding: 2px 0;
|
||||||
flex: auto 1 0;
|
flex: auto 1 0;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding: 3px 0;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user