Skip to content

Commit

Permalink
fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerscode committed Jan 2, 2021
1 parent 52a8182 commit d21c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<body class="app-background" data-controller="<%= params[:controller] %>" data-action="<%= params[:action] %>" data-relative-root="<%= Rails.configuration.relative_url_root || "/" %>">
<%= render "shared/header" %>

<div class="wrapper">
<div class="wrapper background">
<% if bigbluebutton_endpoint_default? %>
<div class="alert alert-icon alert-danger text-center mb-0">
<div class="flash alert d-inline">
Expand Down

0 comments on commit d21c536

Please sign in to comment.