* mobile image sizes
This commit is contained in:
parent
63a15025f6
commit
a9325deeef
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user