From 56d74dc5122d5c8289ace8d8bacad8b57c39049f Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sun, 24 Mar 2024 03:22:17 -0700 Subject: [PATCH] Remove reference to unsused class is-max-desktop --- assets/theme-css/bulma.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/theme-css/bulma.css b/assets/theme-css/bulma.css index 96a207e0..015f4112 100644 --- a/assets/theme-css/bulma.css +++ b/assets/theme-css/bulma.css @@ -12,12 +12,12 @@ } } @media screen and (min-width: 1216px) { - .container:not(.is-max-desktop) { + .container { max-width: 1152px; } } @media screen and (min-width: 1408px) { - .container:not(.is-max-desktop):not(.is-max-widescreen) { + .container:not(.is-max-widescreen) { max-width: 1344px; } }