added project links to gallery, changed project info for flowdesk

This commit is contained in:
Hunter W.
2026-07-22 15:10:45 -04:00
parent 18e7110358
commit 9840ecfcf2
6 changed files with 94 additions and 37 deletions

View File

@@ -35,26 +35,49 @@
blockquote {
width: 100%;
text-align: center;
text-align: justify;
font-family: var(--sans);
font-size: 12;
font-size: 15;
word-wrap: break-word;
line-height: 2;
color: var(--muted);
background-color: var(--bg-raised);
padding: 0.5em;
border-radius: var(--radius-md);
margin-bottom: 2em;
padding-top: 1em;
padding-bottom: 1em;
padding-left: 5%;
padding-right: 5%;
border-radius: var(--radius-md);
border-top: 0.05em solid var(--border-subtle);
border-right: 0.05em solid var(--border-subtle);
box-shadow: var(--shadow-md);
display: flex;
flex-direction: column-reverse;
margin-bottom: 2em;
font-weight: 500;
}
blockquote img {
border-radius: var(--radius-sm);
border-radius: var(--radius-md);
margin-top: 0.5em;
margin-bottom: 0.5em;
width: 100%;
border: 0.05em dashed var(--border-subtle);
}
blockquote video {
align-self: center;
width: 100%;
border: 0.05em dashed var(--border-strong);
margin-bottom: 0.75em;
}
ul {
@@ -85,7 +108,7 @@
}
img {
max-width: 80vw;
max-width: 80vw;
}
video {