#64-anzeige-von-zauber-pp (#96)

Reviewed-on: #96
This commit was merged in pull request #96.
This commit is contained in:
2024-03-29 14:02:47 +01:00
parent 7ac704cc61
commit a4cf10c5f1
7 changed files with 85 additions and 3 deletions
+9
View File
@@ -388,4 +388,13 @@
.closebtn:hover {
color: #000;
}
.pp-listing {
margin: 0 2rem;
flex: 1 0 16%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
}
}