Skip to content
Snippets Groups Projects
Commit d329b946 authored by Jairo Llopis's avatar Jairo Llopis Committed by Jeremy Kersten
Browse files

[FIX] website_portal: improve mobile layout

This commit closes odoo/odoo#19267
parent 99703583
Branches
Tags
No related merge requests found
......@@ -15,4 +15,12 @@
text-align: left;
}
table-layout: fixed;
}
\ No newline at end of file
@media (max-width: @screen-xs-max) {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment