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