geneza gractwa & api persons of note preparation

This commit is contained in:
2022-12-27 20:13:56 +01:00
parent dddda64ab3
commit f39e63cf6b
4 changed files with 92 additions and 31 deletions

View File

@@ -39,6 +39,9 @@ main {
margin: 0 auto;
padding: 1rem;
}
a {
color: rgb(251, 99, 107);
}
.chips {
display: flex;

View File

@@ -44,7 +44,9 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
@media screen and (max-width: 800px) {
justify-content: center;
}
margin-top: 1rem;
gap: 1.5rem;
a {