8 lines
81 B
SCSS
8 lines
81 B
SCSS
main.author {
|
|
.entries {
|
|
.container {
|
|
display: grid;
|
|
gap: 2rem;
|
|
}
|
|
}
|
|
} |