This commit is contained in:
Eric Schultz 2018-06-08 10:21:09 -05:00
parent 9a8dad3eba
commit aedfea70b5
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
<%= render 'layouts/stylesheets' %>
<%= IncludeAsset.css '/client/css/global/page.css' %>
<%= IncludeAsset.css '/client/css/bootstrap.css' %>
<%= favicon_link_tag %>
<style>
body {padding-left: 0}

View file

@ -10,6 +10,7 @@
<style>
body {padding-left: 0}
</style>
<%= favicon_link_tag %>
</head>
<body>
<%= render 'layouts/apified_header' %>