From 1251d35b94d64b7f34d5dd16eab8e7493b0c966c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 7 Feb 2022 21:13:03 +0200 Subject: Add tests, do things --- src/App.module.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/App.module.css') diff --git a/src/App.module.css b/src/App.module.css index a051663..06f0da6 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -19,6 +19,11 @@ margin-bottom: -10px; } +.iconRow h1 { + font-size: var(--font-xxl); + margin: 0; +} + .iconRow img { width: auto; height: 40px; @@ -40,3 +45,17 @@ } .tutorial {} + +.author .githubLink, +.author p { + display: flex; + flex-flow: row nowrap; + align-items: center; + margin: 5px 0; +} + +.author svg { + height: 20px; + width: 20px; + margin-right: 10px; +} \ No newline at end of file -- cgit v1.3