@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss @@ -10,7 +10,7 @@ } } -@media only screen and ( min-width: 0 ) and ( max-width: 390px ){ +@media only screen and ( min-width: 0 ) and ( max-width: 440px ){ /* Screens bewteen 0 and 390 pixels wide */ .ui-tabs .ui-tabs-nav li a, .statictabs li a { @@ -20,6 +20,10 @@ .input-fluid { width: 90%; } + + #wrap { + padding: 0px; + } } @media only screen and ( min-width: 342px ) and ( max-width: 479px ) { --