Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates to new years theme #108

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
4 changes: 2 additions & 2 deletions app/views/default/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Logo 1 (Icon)
============== -->
<div class="col-md-3 hidden-xs hidden-sm">
<div id="logo-image-container" class="col-md-3 hidden-xs hidden-sm">
<div class="col-xs-12">
<img src="/assets/logo_image_small.png" alt="R/a/dio">
</div>
Expand Down Expand Up @@ -68,7 +68,7 @@

<!-- DJ Image + Name
================= -->
<div class="col-md-3">
<div id="dj-image-container" class="col-md-3">
<div class="col-xs-12">
@include("partials.dj-image")
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/default/submit.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@section("content")

<div class="container main content">
<div id="submitpage" class="container main content">
<h1>{{{ trans("submit.title") }}}</h1>
<div class="row">
<div class="col-xs-12">
Expand Down
Loading