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 769500e commit 4e2c7b2Copy full SHA for 4e2c7b2
assets/css/style.css
@@ -321,11 +321,6 @@
321
}
322
323
/* Global */
324
-html, body {
325
- overflow-x: hidden !important;
326
- max-width: 100vw !important;
327
-}
328
-
329
.hero {
330
height: 350px !important;
331
@@ -342,12 +337,9 @@ html, body {
342
337
cursor: grab;
343
338
overflow-x: auto;
344
339
scroll-snap-type: x mandatory;
345
- max-width: 100%;
346
340
347
341
348
.wide-image {
349
- max-width: 100% !important;
350
- width: auto !important;
351
352
353
0 commit comments