bugfixes and reduction of images

This commit is contained in:
silas
2020-12-08 21:05:17 +01:00
parent 9aff53878a
commit 64d4c6ef8a
22 changed files with 13 additions and 40 deletions

View File

@@ -13,13 +13,13 @@
div {
position: relative;
margin-top: 4rem;
width: 2rem;
height: 2rem;
margin-top: 2.8rem;
width: 1.5rem;
height: 1.5rem;
@include breakpoint(medium) {
margin-top: 2.8rem;
width: 1.5rem;
height: 1.5rem;
margin-top: 3.9rem;
width: 2rem;
height: 2rem;
}
border: 2px solid black;