From 9b4cd2bc60fc4305125ee27131d2f877437baa9a Mon Sep 17 00:00:00 2001 From: furo Date: Sun, 25 Jul 2021 23:44:54 +0200 Subject: [PATCH] Scaled up text --- index.html | 6 +++--- styles/main.css | 11 ++++++++--- styles/privacy.css | 2 +- styles/scaling.css | 28 ++++++++++++++-------------- 4 files changed, 26 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index b3fcb18..f3b0b9a 100644 --- a/index.html +++ b/index.html @@ -109,7 +109,7 @@

burnyllama@chat.qwik.space

matrix

-

@burnyllama:matrix.org

+

@burnyllama:matrix.org

@@ -118,7 +118,7 @@

XMPP

-

furo@chat.qwik.space

+

furo@chat.qwik.space

@@ -139,4 +139,4 @@ - \ No newline at end of file + diff --git a/styles/main.css b/styles/main.css index 906d4bf..5352b5c 100644 --- a/styles/main.css +++ b/styles/main.css @@ -120,14 +120,14 @@ header { h1 { color: var(--primary); - font-size: 2rem; + font-size: 2.5rem; margin-top: 3rem; } h2 { color: var(--accent); - font-size: 1.15rem; + font-size: 1.5rem; } a { @@ -228,6 +228,7 @@ b { } .contact-type { + font-size: 1rem; color: var(--accent); margin-right: 1rem; } @@ -236,6 +237,10 @@ b { padding: .5rem 0; } +.contact-size { + font-size: 1rem; +} + @@ -260,4 +265,4 @@ footer > p, footer > p > a { .heart { color: var(--accent2); font-size: 1.15rem; -} \ No newline at end of file +} diff --git a/styles/privacy.css b/styles/privacy.css index d56c243..91b7afd 100644 --- a/styles/privacy.css +++ b/styles/privacy.css @@ -20,4 +20,4 @@ h2 { ul { margin: .5rem 2rem; -} \ No newline at end of file +} diff --git a/styles/scaling.css b/styles/scaling.css index 52056ea..fe3587d 100644 --- a/styles/scaling.css +++ b/styles/scaling.css @@ -4,67 +4,67 @@ @media screen and (min-width: 1px) { :root { - font-size: 10px; + font-size: 12px; } } @media screen and (min-width: 300px) { :root { - font-size: 11pt; + font-size: 13pt; } } @media screen and (min-width: 400px) { :root { - font-size: 12pt; + font-size: 14pt; } } @media screen and (min-width: 500px) { :root { - font-size: 13pt; + font-size: 15pt; } } @media screen and (min-width: 600px) { :root { - font-size: 14pt; + font-size: 16pt; } } @media screen and (min-width: 700px) { :root { - font-size: 15pt; + font-size: 17pt; } } @media screen and (min-width: 802px) { :root { - font-size: 10pt; + font-size: 12pt; } } @media screen and (min-width: 1000px) { :root { - font-size: 11pt; + font-size: 13pt; } } @media screen and (min-width: 1200px) { :root { - font-size: 12pt; + font-size: 14pt; } } @media screen and (min-width: 1500px) { :root { - font-size: 13pt; + font-size: 15pt; } } @media screen and (min-width: 1800px) { :root { - font-size: 14pt; + font-size: 16pt; } } @media screen and (min-width: 2500px) { :root { - font-size: 15pt; + font-size: 17pt; } } @media screen and (min-width: 3000px) { :root { - font-size: 16pt; + font-size: 19pt; } -} \ No newline at end of file +}