adjust /o-gractwie styling, add 1st profpage, add keys to generated items
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user