diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-07 21:13:03 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-07 21:35:06 +0200 |
| commit | 1251d35b94d64b7f34d5dd16eab8e7493b0c966c (patch) | |
| tree | 89bb5f62161e7e9f58d30feedc53e497fdc994e4 /src/App.module.css | |
| parent | 2fc99118ba7eb27fc21921f28a4fa5c28fff2552 (diff) | |
Add tests, do things
Diffstat (limited to 'src/App.module.css')
| -rw-r--r-- | src/App.module.css | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
