Commit bbae3c67 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_js_style: xxx css

parent 32583e6d
...@@ -39,6 +39,9 @@ body > nav#sitemap a:not(:first-child) { ...@@ -39,6 +39,9 @@ body > nav#sitemap a:not(:first-child) {
body main { body main {
grid-area: content; grid-area: content;
} }
body main img {
max-width: 100%;
}
body main fieldset { body main fieldset {
border: none; border: none;
} }
......
...@@ -65,6 +65,9 @@ body { ...@@ -65,6 +65,9 @@ body {
} }
} }
} }
img, video {
max-width: 100%;
}
} }
> aside#document_list { > aside#document_list {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment