diff options
author | mms <git@sapka.me> | 2025-01-08 21:24:33 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2025-01-08 21:24:33 +0100 |
commit | 4004a55b0e324c35cbc7d58b831e49efd484ab93 (patch) | |
tree | 3ff4c68c28165b6d08c1a49532e8421193433d65 /new/splash/pages/index.html.erb | |
parent | 2781360c7c25404c5a1fd03ed3472d43367ed8c6 (diff) |
feat: rubocop
Diffstat (limited to 'new/splash/pages/index.html.erb')
-rw-r--r-- | new/splash/pages/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/splash/pages/index.html.erb b/new/splash/pages/index.html.erb index 46e6927e..a23c8ff8 100644 --- a/new/splash/pages/index.html.erb +++ b/new/splash/pages/index.html.erb @@ -40,7 +40,7 @@ color: #c2c2c2; padding: 10px; } - + @media (min-resolution: 192dpi) { * { image-rendering: pixelated; } } </style> </head> |