Skip to content

Commit

Permalink
Merge branch 'main' into update-lint-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nblackburn authored Dec 18, 2024
2 parents 8ba55db + 773a44e commit 4fb0227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.56.0",
"version": "1.57.0",
"type": "module",
"scripts": {
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion src/components/intro.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { vars, sizes, breakpoints } from '@styles/theme.css';

export const intro = style({
display: 'grid',
fontSize: '1.2rem',
fontSize: '1.1rem',
rowGap: sizes.small,
textAlign: 'justify',
alignItems: 'center',
Expand Down
1 change: 1 addition & 0 deletions src/layouts/about.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const story = style({});

globalStyle(`${story} p`, {
lineHeight: 1.3,
fontSize: '1.1rem',
color: `rgb(${vars.colors.sonicSilver})`,
'@media': {
'(prefers-color-scheme: dark)': {
Expand Down

0 comments on commit 4fb0227

Please sign in to comment.