pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 3720c39b9881b539a4b7f7b915c3f842e4f1ffd4 parent c37a5a4b580d991553ea44a66d4f8dee56bcea72 Author: Jul <jul@9o.is> Date: Mon, 21 Jul 2014 16:50:15 -0400 button is large in jumbotron when screen is not a phone Diffstat:
| M | src/main/webapp/less/overrides.less | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/less/overrides.less b/src/main/webapp/less/overrides.less @@ -54,6 +54,12 @@ body { font-family: 'FontAwesome' !important; } + button { + @media(min-width: @screen-xs-min) { + .btn-lg(); + } + } + .jumbo { font-size: @jumbotron-font-size;