0.0.136 scroll search route results
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
.b_search_routes {
|
||||
|
||||
--button-font-size: 18px;
|
||||
|
||||
padding: 16px 10px;
|
||||
background: #FFF;
|
||||
border-radius: 10px;
|
||||
form{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, calc(33.3% - 72px)) 215px;
|
||||
/* +5px in grid for padding */
|
||||
grid-template-columns: repeat(3, calc(33.3% - 77px)) 215px;
|
||||
align-items: end;
|
||||
gap: 5px;
|
||||
[data-type="location"] {
|
||||
|
||||
Reference in New Issue
Block a user