Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJhaura Wachsman <jw@jhaurawachsman.com>2020-06-17 19:25:46 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-06-17 19:25:46 +0300
commitfecb45d07e964bdeb32852f3f05a066e30010c80 (patch)
tree0bf84ea3c66e01b8b44a4e5f4e4f6890c1ca9489 /src
parent6f619b19baf71e94fccc94ce28b5d2930449bcc7 (diff)
Remove max-width class to allow user config
Diffstat (limited to 'src')
-rw-r--r--src/theme.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/theme.css b/src/theme.css
index 550cfc3..00732d6 100644
--- a/src/theme.css
+++ b/src/theme.css
@@ -15,17 +15,13 @@
/* layout inner, gutter = mx-4 */
.ax-l-i {
- @apply flex-grow min-w-0 max-w-680 mx-4 mt-8;
-}
-
-.ax-feature > .ax-l-i {
- @apply max-w-5xl;
+ @apply flex-grow min-w-0 mx-4 mt-8;
}
.header {
@apply relative shadow-b bg-white py-3 flex justify-center;
& > .ax-l-i {
- @apply flex items-center max-w-6xl mt-0;
+ @apply flex items-center mt-0;
}
& .ax-logo {
@@ -40,7 +36,7 @@
.footer {
@apply flex justify-center border-t border-gray-200 bg-white mt-8 py-6;
& > .ax-l-i {
- @apply max-w-6xl mt-0;
+ @apply mt-0;
}
}