File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 788
788
789
789
@media (max-width : 767px ) {
790
790
body {
791
- padding-right : 0 px ;
792
- padding-left : 0 px ;
791
+ padding-right : 10 px ;
792
+ padding-left : 10 px ;
793
793
}
794
794
.navbar-fixed-top ,
795
795
.navbar-fixed-bottom ,
796
796
.navbar-static-top {
797
- margin-right : 0 px ;
797
+ margin-right : -10 px ;
798
798
margin-left : 0px ;
799
799
}
800
800
.container-fluid {
810
810
margin-left : 0 ;
811
811
}
812
812
.container {
813
- width : auto;
813
+ width : auto;
814
814
}
815
815
.row-fluid {
816
816
width : 100% ;
Original file line number Diff line number Diff line change @@ -894,7 +894,9 @@ form.bs-docs-example {
894
894
}
895
895
/* Widen masthead and social buttons to fill body padding */
896
896
.jumbotron {
897
- margin-top : -20px ; /* Offset bottom margin on .navbar */
897
+ margin-top : -20px ; /* Offset bottom margin on .navbar */
898
+ margin-left : -10 ;
899
+ margin-right : -10 ;
898
900
}
899
901
/* Adjust sidenav width */
900
902
.bs-docs-sidenav {
@@ -953,6 +955,11 @@ form.bs-docs-example {
953
955
.footer p {
954
956
margin-bottom : 9px ;
955
957
}
958
+ .jumbotron {
959
+ margin-top : -20px ; /* Offset bottom margin on .navbar */
960
+ margin-left : -20 ;
961
+ margin-right : -20 ;
962
+ }
956
963
}
957
964
958
965
/* Landscape phones
You can’t perform that action at this time.
0 commit comments