This commit is contained in:
parent
bd8b2553ea
commit
5883ca1639
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 50px auto 50px;
|
grid-template-columns: 20% minmax(1px,1fr) 20%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 28px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
.route-card-right {
|
.route-card-right {
|
||||||
border-top-right-radius: 45px;
|
border-top-right-radius: 45px;
|
||||||
|
|
Loading…
Reference in a new issue