From 35202bd1bd2b9ded10feff3547c67a6ee379dc27 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Sat, 3 May 2014 11:27:01 +0200 Subject: [PATCH] adding .small-pa0 and .tiny-pa0 --- less/06-rwd.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/06-rwd.less b/less/06-rwd.less index 3d671be..34242ce 100644 --- a/less/06-rwd.less +++ b/less/06-rwd.less @@ -105,6 +105,7 @@ } /* margins for small screens */ .small-ma0 { margin: 0 !important; } + .small-pa0 {padding: 0 !important; } } @media (max-width: @tiny-screen) { @@ -176,4 +177,5 @@ } /* margins for tiny screens */ .tiny-ma0 { margin: 0 !important; } + .tiny-pa0 {padding: 0 !important; } }