diff --git a/public/styles/main.css b/public/styles/main.css index b65723f..4dfc4ed 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -104,12 +104,17 @@ section.error { } img.embedded-image { - max-width: 40%; + max-width: 100%; float: right; margin-left: 10px; margin-bottom: 10px; } + img.embedded-image.keep-small-right { + max-width: 30%; + float: right; + } + section.judge { width: calc(100% - 40px); margin-left: 20px; @@ -209,7 +214,7 @@ section.error { } img.embedded-image { - max-width: 580px; + max-width: 50%; } img.embedded-image.keep-small-right {