We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c9655 commit 2281597Copy full SHA for 2281597
2 files changed
source/layouts/layout.slim
@@ -43,7 +43,8 @@ html class='bg-white antialiased scroll-smooth' lang='fr'
43
}
44
})
45
46
- body class='font-sans mx-4 md:mx-12'
47
- = partial 'header'
48
- main = yield
49
- = partial 'footer'
+ body class='font-sans md:mx-auto md:max-w-7xl'
+ .wrapper class="mx-4 md:mx-12"
+ = partial 'header'
+ main = yield
50
+ = partial 'footer'
source/stylesheets/site.css
@@ -1085,6 +1085,10 @@ strong {
1085
width: fit-content;
1086
1087
1088
+ .md\:max-w-7xl {
1089
+ max-width: 80rem;
1090
+ }
1091
+
1092
.md\:grid-cols-3 {
1093
grid-template-columns: repeat(3, minmax(0, 1fr));
1094
0 commit comments