Skip to content

Commit

Permalink
minor ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
papachristoumarios committed Feb 24, 2018
1 parent 6024f8c commit 80010ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -13127,8 +13127,8 @@ section.heading {
}

section.heading h1 {
font-weight: bold;
font-size: 3rem;
font-weight: normal;
font-size: 2rem;
padding: 1rem 2rem;
text-align: center;
margin: 0 auto;
Expand Down
6 changes: 3 additions & 3 deletions resources/assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ section.heading {
border-bottom: 1px solid #444;
/* bottom inner shadow */
h1 {
font-weight: bold;
font-size: 3rem;
font-weight: normal;
font-size: 2rem;
padding: 1rem 2rem;
text-align: center;
margin: 0 auto;
Expand Down Expand Up @@ -828,7 +828,7 @@ article.home {
}
}
#map {

.map {
width: 100%;
height: 400px;
Expand Down
6 changes: 3 additions & 3 deletions resources/views/schedule.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<section class="heading">
<h1>{{trans('general.schedule.title') }}</h1>
</section>

<section class="content">

<div class="tabbed-schedule d-block d-lg-none">
Expand Down Expand Up @@ -237,7 +237,7 @@
</div>

</div>

<table class="table table-hover d-none d-lg-table">

<thead>
Expand Down Expand Up @@ -318,4 +318,4 @@

</section>
</article>
{% endblock %}
{% endblock %}

0 comments on commit 80010ca

Please sign in to comment.