adjust /o-gractwie styling, add 1st profpage, add keys to generated items

This commit is contained in:
2022-12-21 21:29:56 +01:00
parent 94b720e9c5
commit c6ae6cdfa9
4 changed files with 29 additions and 11 deletions

View File

@@ -44,8 +44,13 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-top: 1rem;
gap: 1rem;
gap: 1.5rem;
a {
color: inherit;
text-decoration: inherit;
}
article {
--radius: 6px;
flex: 1;
@@ -53,6 +58,7 @@
flex-direction: row;
background: var(--black1);
border-radius: var(--radius);
box-shadow: var(--shadow0);
img {
width: 128px;
max-width: 156px;