diff --git a/build/css/custom.css b/build/css/custom.css index 9e16fd45..8604acfe 100644 --- a/build/css/custom.css +++ b/build/css/custom.css @@ -427,9 +427,6 @@ body .container-fluid.body .right_col { .nav-md .container-fluid .right_col { width: 100%; } - .nav > li > a { - padding:10px !important; - } } @media (max-width: 1200px) { @@ -442,6 +439,10 @@ body .container-fluid.body .right_col { zoom: 85%; height: inherit; } + + .x_content .nav > li > a { + padding:10px !important; + } } @media (max-width: 1270px) and (min-width: 192px) { @@ -3228,6 +3229,10 @@ ul.widget_profile_box li .profile_img { margin-top: -28px; } +.profile_img img { + max-width:100%; +} + .widget_tally_box p, .widget_tally_box span { text-align: center; } diff --git a/production/calendar.html b/production/calendar.html index f78a9034..58b4bed6 100755 --- a/production/calendar.html +++ b/production/calendar.html @@ -290,7 +290,7 @@