Skip to content
Snippets Groups Projects
Commit d463edaf authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

on mobile, show single shared image at full width without margin

parent 5cdab5ff
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,12 @@ table tr:focus td.filename .nametext {
max-width: 60% !important;
}
/* on mobile, show single shared image at full width without margin */
#imgframe {
width: 100%;
padding: 0;
margin-bottom: 35px;
}
}
......@@ -60,9 +60,11 @@ p.info a {
}
#imgframe {
width: 100%;
padding: 0;
margin-bottom: 35px;
height:75%;
padding-bottom:2em;
padding-top:2em;
width:80%;
margin:0 auto;
}
#imgframe img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment