diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-13 20:35:58 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-13 20:35:58 -0500 |
commit | 2a844fc6834c3fd512de78da4a8d1c20b41b384a (patch) | |
tree | 6a7c77666a9b7413c5a61f0d483824633808000c /src/App.css | |
parent | a0746693e981b5cf2288f467913745b56f2be468 (diff) |
Add prettier
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/App.css b/src/App.css index 74b5e05..78b8850 100644 --- a/src/App.css +++ b/src/App.css @@ -1,38 +1,38 @@ .App { - text-align: center; + text-align: center; } .App-logo { - height: 40vmin; - pointer-events: none; + height: 40vmin; + pointer-events: none; } @media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } + .App-logo { + animation: App-logo-spin infinite 20s linear; + } } .App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; } .App-link { - color: #61dafb; + color: #61dafb; } @keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } } |