replaces sr-only class to show-for-sr
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<body>
|
||||
<%= setting['per_page_code_body'].try(:html_safe) %>
|
||||
|
||||
<h1 class="sr-only"><%= setting['org_name'] %></h1>
|
||||
<h1 class="show-for-sr"><%= setting['org_name'] %></h1>
|
||||
|
||||
<div class="wrapper <%= yield (:wrapper_class) %>">
|
||||
<%= render 'layouts/header' %>
|
||||
|
||||
Reference in New Issue
Block a user