fix: styles

This commit is contained in:
Cory Dransfeldt 2024-05-23 17:34:52 -07:00
parent 35628169cf
commit 2f9872dc8e
No known key found for this signature in database
3 changed files with 10 additions and 5 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -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;
}
}
}
}