fix: styles
This commit is contained in:
parent
35628169cf
commit
2f9872dc8e
3 changed files with 10 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "17.0.0",
|
||||
"version": "17.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "17.0.0",
|
||||
"version": "17.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "17.0.0",
|
||||
"version": "17.0.1",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
flex-direction: column;
|
||||
gap: var(--sizing-xs);
|
||||
margin-top: var(--sizing-base);
|
||||
margin-bottom: var(--sizing-base);
|
||||
|
||||
.artist-meta {
|
||||
& .artist-meta {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--sizing-xs);
|
||||
margin-top: var(--sizing-md);
|
||||
|
||||
& p {
|
||||
&.title {
|
||||
|
@ -50,8 +50,13 @@
|
|||
.artist-focus {
|
||||
& .artist-display {
|
||||
margin-top: 0;
|
||||
margin-bottom: var(--sizing-base);
|
||||
flex-direction: row;
|
||||
gap: var(--sizing-md);
|
||||
|
||||
& .artist-meta {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue