image sizing tweaks

This commit is contained in:
reverend 2020-09-29 21:52:09 +02:00
parent 705d880181
commit 66a420741e
2 changed files with 6 additions and 6 deletions

View File

@ -13,9 +13,9 @@
padding: 0;
float: right;
margin-left: 35px;
margin-bottom: 35px;
margin-right: 35px;
margin-left: $-spacing-medium;
margin-bottom: $-spacing-medium;
margin-right: $-spacing-medium;
overflow: hidden;
}
}

View File

@ -1683,9 +1683,9 @@ body {
margin: 0;
padding: 0;
float: right;
margin-left: 35px;
margin-bottom: 35px;
margin-right: 35px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
overflow: hidden; }
@media (max-width: 1000px) {