Adjust the title to be a tad smaller

This commit is contained in:
Mikko Ahlroth 2024-04-21 09:12:28 +03:00
parent ef3aa37475
commit 131da978f9
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.0.2
Adjusted the title sizing.
## 1.0.1
Fix dependency to `lustre_ssg`.

View file

@ -1,5 +1,5 @@
name = "scriptorium"
version = "1.0.1"
version = "1.0.2"
target = "javascript"
gleam = "~> 1.1"

View file

@ -34,7 +34,7 @@ body {
#title h1 {
margin: 0;
padding: 3rem 1rem 1rem 1rem;
font-size: 3rem;
font-size: 2.25rem;
}
body > main {