diff --git a/app/assets/stylesheets/hello.css b/app/assets/stylesheets/hello.css index 9ca7697..fa4c720 100644 --- a/app/assets/stylesheets/hello.css +++ b/app/assets/stylesheets/hello.css @@ -1,44 +1,45 @@ body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", + "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; + font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", + monospace; } .App { - text-align: center; + text-align: center; } .App-logo { - height: 40vmin; - pointer-events: none; + height: 40vmin; + pointer-events: none; } .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; } .heart { - color: #ff0000; + color: #ff0000; } .small { - font-size: 0.75rem; + font-size: 0.75rem; } diff --git a/app/views/hello/index.html.erb b/app/views/hello/index.html.erb index 67d2d29..e705171 100644 --- a/app/views/hello/index.html.erb +++ b/app/views/hello/index.html.erb @@ -1,11 +1,11 @@
- - GitHub Codespaces ♥️ Rails -
-
- Edit app/views/hello/index.html.erb and see changes live!
-
+ + GitHub Codespaces ♥️ Rails +
+
+ Edit app/views/hello/index.html.erb and see changes live!
+