some fixes for medium screens

This commit is contained in:
2024-11-23 19:55:27 -05:00
parent c3c4ecf0fd
commit c21a880672
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@
<%= yield :head %>
<link rel="manifest" nhref="/manifest.json">
<link rel="icon" href="<%= image_path '/icon.png' %>" type="image/png">
<link rel="apple-touch-icon" href="<%= image_path '/icon.png' %>">
<link rel="icon" href="<%= image_path 'icon.png' %>" type="image/png">
<link rel="apple-touch-icon" href="<%= image_path 'icon.png' %>">
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>