diff options
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 53690f4..b771fd2 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -190,6 +190,9 @@ a.link_button_green_large { font-size: 2.2em; height: 66px; } + @include lte-ie7 { + height: 50px; + } } /* Popups */ |