Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
minor layout adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Oct 5, 2020
1 parent 05011ed commit 82213fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/feed/_item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</label>
@endif

<div class="flex-grow pl-5">
<div class="flex-grow px-5">
<div>
{{ Html::link($feedItem->url, $feedItem->title, ['class' => 'link']) }}

Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="mb-6 bg-gradient-to-r from-primary-900 to-secondary-900 shadow">
<div class="container lg:px-20 mx-auto">
<div class="md:flex md:items-center">
<div class="flex items-center pt-3 md:pt-0">
<div class="flex items-center py-3 md:py-0">
<img src="{{ asset('img/logo_small.png') }}" class="h-8 pl-2 lg:pl-0 mr-2" alt="Logo"/>
<div class="text-white text-xl mr-2"><a href="{{ URL::route('home.index') }}">{{ config('app.name', 'Laravel') }}</a></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/statistic/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</p>
</div>

<div class="card">
<div class="card text-sm md:text-base">
@foreach ($categories as $category)
<div class="mb-5">
<div class="flex font-bold p-2 hover:bg-gray-200 transition-all duration-200">
Expand Down

0 comments on commit 82213fb

Please sign in to comment.