File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -955,6 +955,9 @@ body .navbar-inverse .navbar-toggle .icon-bar {
955
955
box-sizing : border-box ;
956
956
border-radius : 2px ;
957
957
background-clip : padding-box ;
958
+ @media (max-width : 767px ) {
959
+ padding : 1em ;
960
+ }
958
961
959
962
span .card-title {
960
963
color : #555 ;
@@ -975,6 +978,9 @@ body .navbar-inverse .navbar-toggle .icon-bar {
975
978
background-repeat : no-repeat ;
976
979
background-position : center ;
977
980
background-size : cover ;
981
+ @media (max-width : 767px ) {
982
+ margin : -1em ;
983
+ }
978
984
979
985
> .card-title {
980
986
background : rgba (255 , 255 , 255 , 0.9 );
@@ -1000,6 +1006,8 @@ body .navbar-inverse .navbar-toggle .icon-bar {
1000
1006
a {
1001
1007
color : #333 ;
1002
1008
text-decoration : none ;
1009
+ display : inline-block ;
1010
+ width : 100% ;
1003
1011
1004
1012
& :hover {
1005
1013
text-decoration : none ;
You can’t perform that action at this time.
0 commit comments