From 1f48af6ba5e675e752df03b29668a556ae83ec0b Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 12:37:27 -0600 Subject: [PATCH] Delete responsive-modifiers --- docs/utilities/responsive-modifiers | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/utilities/responsive-modifiers diff --git a/docs/utilities/responsive-modifiers b/docs/utilities/responsive-modifiers deleted file mode 100644 index c732530..0000000 --- a/docs/utilities/responsive-modifiers +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default -title: Responsive Modifiers -parent: Utilities ---- - -# Responsive modifiers - -Just the Docs spacing works in conjunction with a variety of modifiers that allow you to target specific screen sizes responsively. Use these in conjunction with spacing and display prefix and suffix classes. - -| Modifier | Screen size | -|:----------|:-------------------------------------| -| (none) | All screens until the next modifier | -| `xs` | 320px (20rem) and up | -| `sm` | 500px (31.25rem) and up | -| `md` | 740px (46.25rem) and up | -| `lg` | 1120px (70rem) and up | -| `xl` | 1400px (87.5rem) and up |