diff options
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 |
