|
@@ -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;
|
|
|
}
|