pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit e1b1daef5398e7272b8d6679b80c78047ccacc00 parent 052b14164ebcf053da8ea4b176ed559a85b665c6 Author: Jul <jul@9o.is> Date: Tue, 24 Jun 2014 07:39:41 -0400 remove padding from well in mobile Diffstat:
| M | src/main/webapp/less/overrides.less | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/less/overrides.less b/src/main/webapp/less/overrides.less @@ -240,4 +240,13 @@ body { .file-preview { min-height: 150px; border: dotted 3px @gray-light; +} + +/************************************** + * Wells + *************************************/ +.well { + @media(max-width: @screen-xs) { + .well-sm(); + } } \ No newline at end of file