* mobile image sizes

This commit is contained in:
Danyi Dávid 2018-05-06 17:10:11 +02:00
parent 63a15025f6
commit a9325deeef

View File

@ -104,12 +104,17 @@ section.error {
} }
img.embedded-image { img.embedded-image {
max-width: 40%; max-width: 100%;
float: right; float: right;
margin-left: 10px; margin-left: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
img.embedded-image.keep-small-right {
max-width: 30%;
float: right;
}
section.judge { section.judge {
width: calc(100% - 40px); width: calc(100% - 40px);
margin-left: 20px; margin-left: 20px;
@ -209,7 +214,7 @@ section.error {
} }
img.embedded-image { img.embedded-image {
max-width: 580px; max-width: 50%;
} }
img.embedded-image.keep-small-right { img.embedded-image.keep-small-right {