improve error page external link icon styling

This commit is contained in:
Adam Piontek 2021-04-07 13:14:28 -04:00
parent 662e85da6c
commit 0d6c95e301
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
<span style="font-size: 10px;">[
<%= link to: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{@conn.status}", rel: "noreferrer", target: "_blank", class: "mb-4", style: "font-size: 10px;" do %>
<span>what's it mean? &middot; MDN</span>
<%= icon_div @conn, "mdi-open-in-new", [class: "icon"], [style: "height: 10px; width: 10px;"] %>
<%= icon_div @conn, "mdi-open-in-new", [class: "icon baseline"] %>
<% end %>
]</span>
</div>

View file

@ -46,7 +46,7 @@
<span style="font-size: 10px;">[
<%= link to: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{@conn.status}", rel: "noreferrer", target: "_blank", class: "mb-4", style: "font-size: 10px;" do %>
<span>what's it mean? &middot; MDN</span>
<%= icon_div @conn, "mdi-open-in-new", [class: "icon"], [style: "height: 10px; width: 10px;"] %>
<%= icon_div @conn, "mdi-open-in-new", [class: "icon baseline"] %>
<% end %>
]</span>
</div>