From 78541801ed5d8a00951afa65734969ca23550745 Mon Sep 17 00:00:00 2001 From: Ayhan Date: Thu, 5 Mar 2020 00:40:08 +0300 Subject: [PATCH] Upgrade default css limit amp support 75 kb css limit https://twitter.com/westonruter/status/1220860786127462400 --- config/amped.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/amped.php b/config/amped.php index 7336975..79a9512 100644 --- a/config/amped.php +++ b/config/amped.php @@ -10,7 +10,7 @@ return [ 'amp_custom_css_path' => public_path('css'), - 'amp_custom_css_max_size' => 50000, + 'amp_custom_css_max_size' => 75000, 'embeds' => [], @@ -45,4 +45,4 @@ 'args' => [ 'content_max_width' => 720, ] -]; \ No newline at end of file +];