This commit is contained in:
2021-12-05 19:58:11 +01:00
parent f1d7d9a58d
commit b4ca5c0815
3 changed files with 43 additions and 34 deletions

View File

@@ -29,7 +29,7 @@
text-align: center;
position: absolute;
left: 50%;
bottom: 1rem;
bottom: 0.5em;
transform: translate(-50%, -50%);
max-width: 75px;
width: 100%;
@@ -56,3 +56,21 @@
top: 8rem;
transform: translate(-50%, -50%);
}
.über-uns {
width: 65%;
margin-top: 2%;
height: 50%;
}
.shop {
width: 65%;
margin-top: 0.5%;
height: 30%;
}
.shop, .über-uns{
background-color: rgba(0, 0, 0, 0.12);
margin-right: 2.5%;
text-align: center;
border-radius: 1em;
border: 0.05em solid #121212;
}