summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorSamuel W <samuel.wilhelmsson@gmail.com>2025-01-10 16:46:54 +0100
committerSamuel W <samuel.wilhelmsson@gmail.com>2025-01-10 16:46:54 +0100
commit706021a5e76c64cc18ded0a9d59d40e8421dc8c3 (patch)
tree530c10521d088e7f8b6268b45960036cd2285914 /assets
parent191e2ddf095a5e57b33caf4a9235c686a462232c (diff)
downloadtinygram-706021a5e76c64cc18ded0a9d59d40e8421dc8c3.tar.gz
tinygram-706021a5e76c64cc18ded0a9d59d40e8421dc8c3.zip
Update some looks and stuff
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index 2994f18..bb4d653 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -8,6 +8,13 @@ body {
justify-content:center;
}
+h1 {
+ font-family: "Jacquard 12";
+ font-size: 50px;
+ margin-top: 20px;
+ margin-bottom: 20px;
+}
+
.upload {
display: flex;
justify-content:center;