fix: lang + tap target space

This commit is contained in:
Cory Dransfeldt 2024-03-01 15:08:17 -08:00
parent 47163e6b7f
commit d86ddc6694
No known key found for this signature in database
4 changed files with 24 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "7.0.3", "version": "7.0.9",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -2,7 +2,7 @@
{%- assign book = books | first -%} {%- assign book = books | first -%}
{%- assign show = tv | first -%} {%- assign show = tv | first -%}
<div class="now__topper"> <div class="now__topper">
<p><strong class="highlight-text">I'm a software developer in Camarillo, California.</strong> I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, <a href="https://coryd.dev/now#artists">music</a>, writing, <a href="https://coryd.dev/now#books">reading</a>, <a href="https://coryd.dev/now#tv">tv</a> and <a href="https://coryd.dev/now#movies">movies</a>. Lately I've been{% if artist %} listening to a lot of <strong class="highlight-text">{{ artist.title }}</strong>,{% endif %} reading <strong class="highlight-text">{{ book.title }}</strong> and watching <strong class="highlight-text">{{ show.name }}</strong>.</p> <p><strong class="highlight-text">I'm a software developer based in Camarillo, California.</strong> I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, <a href="https://coryd.dev/now#artists">music</a>, writing, <a href="https://coryd.dev/now#books">reading</a>, <a href="https://coryd.dev/now#tv">tv</a> and <a href="https://coryd.dev/now#movies">movies</a>. Lately I've been{% if artist %} listening to a lot of <strong class="highlight-text">{{ artist.title }}</strong>,{% endif %} reading <strong class="highlight-text">{{ book.title }}</strong> and watching <strong class="highlight-text">{{ show.name }}</strong>.</p>
{% render "partials/now/status.liquid", status:status %} {% render "partials/now/status.liquid", status:status %}
{% render "partials/now-playing.liquid" %} {% render "partials/now-playing.liquid" %}
</div> </div>

View file

@ -311,7 +311,7 @@ code {
article h2 { article h2 {
color: var(--text-color); color: var(--text-color);
line-height: var(--line-height-2xl); line-height: var(--line-height-2xl);
margin: 0 0 .375rem; margin: 0 0 .85rem;
transition-property: color; transition-property: color;
} }
@ -335,8 +335,14 @@ article [rel="author"] {
margin-bottom: .25rem; margin-bottom: .25rem;
} }
article p:first-child {
margin-top: .4rem;
}
.tag:not(:last-child) { .tag:not(:last-child) {
margin-right: .25rem; margin-right: .85rem;
margin-bottom: .85rem;
display: inline-block;
} }
/* buttons */ /* buttons */
@ -463,6 +469,19 @@ li {
line-height: var(--line-height-3xl); line-height: var(--line-height-3xl);
} }
article h2 {
margin: 0 0 .25rem;
}
article p:first-child {
margin-top: .75rem;
}
.tag:not(:last-child) {
margin-right: .5rem;
margin-bottom: .5rem;
}
footer nav:first-child { footer nav:first-child {
gap: .75rem; gap: .75rem;
} }

View file

@ -16,7 +16,7 @@ image: /assets/img/ogi/about.jpg
</div> </div>
<h2 class="page__header text--centered">Hi, I'm Cory</h2> <h2 class="page__header text--centered">Hi, I'm Cory</h2>
I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, [music](https://last.fm/user/coryd_), writing, [reading](https://app.thestorygraph.com/profile/coryd), [tv](https://trakt.tv/users/cdransf) and [movies](https://trakt.tv/users/cdransf). I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, [music](https://last.fm/user/coryd_), writing, [reading](https://app.thestorygraph.com/profile/coryd), [tv](https://trakt.tv/users/cdransf) and [movies](https://trakt.tv/users/cdransf).
I build, maintain and design web applications. I've been coding professionally since 2010 with a focus on frontend technologies. I help organize [the Eleventy Meetup](https://11tymeetup.dev). I build, maintain and design web applications. I've been coding professionally since 2010 with a focus on frontend technologies. I help organize [the Eleventy Meetup](https://11tymeetup.dev).