This commit is contained in:
2021-12-06 11:51:17 +01:00
parent fd55c16579
commit 1ed83a7a29
3 changed files with 10 additions and 5 deletions

View File

@@ -64,6 +64,12 @@
margin-top: 2%;
height: 50%;
}
.über-uns p {
text-align: left;
margin-left: 2em;
font-size: 1.25em;
color: #FFFAFA;
}
.shop {
width: 65%;
margin-top: 0.5%;

View File

@@ -27,10 +27,9 @@
margin-top: 6.5%;
}
.shop-img img {
margin-left: 1%;
margin-left: 1em;
border-radius: 1em;
border: 0.05em solid #121212;
height: 90%;
width: 90%;
}