From e37622da0c43b9f5105d67a2f8a8e572e13084e6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 16:07:25 +0200 Subject: [PATCH] Get title alignment on this side --- index.html | 2 +- style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index be93b27..3e24cc9 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@
+

Relearning Relearn

-

Relearning Relearn

Relearn is a collective learning experiment with as many teachers as diff --git a/style.css b/style.css index cb025a4..5a404d0 100644 --- a/style.css +++ b/style.css @@ -50,7 +50,6 @@ body { width: 50%; background: #fdfae3; height: 100%; - } img { @@ -67,8 +66,8 @@ img { font-family: "ARK-ES DenseMedium"; font-weight: normal; font-size: 48px; - margin-top: 20px; color: #3c4cac; + margin: 20px 0 0 0; } #subtitle { @@ -138,6 +137,7 @@ a { #selector { padding-left: 20px; padding-top: 20px; + padding-bottom: 20px; } select {