From 188fccfbedb85dc5196bd716cb64a4168d80c2d9 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 27 Jul 2017 16:06:48 -0400 Subject: [PATCH] Fix width-20 and height-20 --- source/css/utilities.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/utilities.css b/source/css/utilities.css index f79e2cf04..bc65470de 100644 --- a/source/css/utilities.css +++ b/source/css/utilities.css @@ -30,7 +30,7 @@ .width-5 { width: 5% !important; } .width-10 { width: 10% !important; } .width-15 { width: 15% !important; } -.width-20 { width: 10% !important; } +.width-20 { width: 20% !important; } .width-25 { width: 25% !important; } .width-30 { width: 30% !important; } .width-35 { width: 35% !important; } @@ -52,7 +52,7 @@ .height-5 { height: 5% !important; } .height-10 { height: 10% !important; } .height-15 { height: 15% !important; } -.height-20 { height: 10% !important; } +.height-20 { height: 20% !important; } .height-25 { height: 25% !important; } .height-30 { height: 30% !important; } .height-35 { height: 35% !important; }