From f177a1923061754e9d7a76bc070f858a0595b5f7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 5 Jan 2025 16:30:40 -0500 Subject: Made quotes more mobile-friendly --- app/views/layouts/quotes.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/layouts/quotes.html.haml') diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 37d6847..4a7681e 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml @@ -9,6 +9,7 @@ = auto_discovery_link_tag :atom, latest_quotes_url(:atom) = display_meta_tags og: { site_name: "Four Island" } %link{rel: "alternate", type: "application/atom+xml", href: latest_quotes_url(:atom)} + %meta{name: "viewport", content: "width=device-width, initial-scale=1.0"} %body #wrap %header#banner -- cgit 1.4.1