File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,6 @@ class Edit extends Component<typeof AddressInfo> {
362
362
padding : 2rem 1rem ;
363
363
display : grid ;
364
364
gap : var (--boxel-sp-sm );
365
- grid-template-columns : 1fr ;
366
365
background-color : #eeeeee50 ;
367
366
}
368
367
.select {
@@ -438,12 +437,6 @@ class Edit extends Component<typeof AddressInfo> {
438
437
.option-item :hover {
439
438
background-color : #e5e7eb ;
440
439
}
441
-
442
- @media (min-width : 768px ) {
443
- .card-container {
444
- grid-template-columns : repeat (auto-fit , minmax (300px , 1fr ));
445
- }
446
- }
447
440
< /style >
448
441
</template >
449
442
}
Original file line number Diff line number Diff line change @@ -87,19 +87,12 @@ class Edit extends Component<typeof UserName> {
87
87
padding : 2rem 1rem ;
88
88
display : grid ;
89
89
gap : var (--boxel-sp-sm );
90
- grid-template-columns : 1fr ;
91
90
background-color : #eeeeee50 ;
92
91
}
93
92
.select {
94
93
padding : var (--boxel-sp-xs );
95
94
background-color : white ;
96
95
}
97
-
98
- @media (min-width : 768px ) {
99
- .container {
100
- grid-template-columns : repeat (auto-fit , minmax (300px , 1fr ));
101
- }
102
- }
103
96
< /style >
104
97
</template >
105
98
}
You can’t perform that action at this time.
0 commit comments