We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a5fac commit e47ba64Copy full SHA for e47ba64
1 file changed
site/components/Banner/Banner.module.less
@@ -301,15 +301,11 @@
301
}
302
303
div.listContainer {
304
- position: absolute;
305
- left: 112px;
306
- right: 112px;
307
- width: calc(100vw - 224px);
+ width: 80vw;
308
min-width: 760px;
309
-
310
- @media (max-width: 1023px) {
311
- left: 24px;
312
- right: 24px;
313
- width: calc(100vw - 48px);
+ margin-right: auto;
+ margin-left: auto;
+ @media (min-width: 2700px) {
+ width: 2100px;
314
315
0 commit comments