thibaud frere commited on
Commit
af89e79
·
2 Parent(s): 785a6c7 689f75c

Merge branch 'main' of hf.co:spaces/HuggingFaceM4/FineVision

Browse files
Files changed (1) hide show
  1. app/src/styles/_layout.css +3 -3
app/src/styles/_layout.css CHANGED
@@ -69,9 +69,9 @@
69
  }
70
 
71
  .wide {
72
- /* Target up to ~1100px while staying within viewport minus page gutters */
73
- width: min(1100px, 100vw - 32px);
74
- margin-left: calc(50% + var(--content-padding-x) * 2);
75
  transform: translateX(-50%);
76
  }
77
 
 
69
  }
70
 
71
  .wide {
72
+ /* Target up to ~1400px while staying within viewport minus page gutters */
73
+ width: min(1400px, 100vw - 32px);
74
+ margin-left: 50%;
75
  transform: translateX(-50%);
76
  }
77