thibaud frere commited on
Commit
aad9ebd
·
1 Parent(s): 3d9424f

add thumb to the root

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

Git LFS Details

  • SHA256: 2a4dc56d91f2919c80261a986b86783583bdb39e5fcdc5082d5afa96756367c7
  • Pointer size: 131 Bytes
  • Size of remote file: 493 kB