This commit is contained in:
2021-12-06 12:28:36 +01:00
parent 1cd7dc759c
commit d8da5f8bc2
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,6 @@
}
#down-btn {
transition: all 0.75s;
color: #121212;
text-align: center;
position: absolute;
left: 50%;
@@ -62,10 +61,9 @@
.über-uns {
width: 65%;
margin-top: 2%;
height: 50%;
color: #b5b5bd;
height: 40%;
}
.über-uns p {
.über-uns p, .shop p {
text-align: left;
margin-left: 2em;
font-size: 1.25em;
@@ -81,4 +79,5 @@
text-align: center;
border-radius: 1em;
border: 0.05em solid #121212;
color: #b5b5bd;
}