From 95a34a2ba6df5afc1f27935805b1a1d83b5e2b37 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 3 Apr 2022 15:32:21 +0200 Subject: [PATCH] chore(docs): remove max-w from examples page --- docs/src/.vuepress/assets/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/.vuepress/assets/index.css b/docs/src/.vuepress/assets/index.css index 50e80f47..6c09d778 100644 --- a/docs/src/.vuepress/assets/index.css +++ b/docs/src/.vuepress/assets/index.css @@ -31,7 +31,6 @@ html, body { .examples .page { --content-width: 100%; - @apply max-w-3/4; } .theme-default-content {