Skip to content

Commit

Permalink
fix: double container wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Aug 2, 2024
1 parent 787e2c2 commit 1480d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/calendar/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</style>
@endsection
@section('content')
<div class="container mt-5">
<div class="mt-5">
<div class="card mt-5 shadow-sm">
<div class="card-header bg-primary text-white">
<h5 class="m-0">{{ $calendar->name }}</h5>
Expand Down
3 changes: 1 addition & 2 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@extends('layouts.app')
@section('title', 'Home')
@section('content')
<div class="container mt-5">

<div class="mt-5">
<div class="card mt-5 shadow-sm">
<div class="card-header bg-primary text-white">
<h5 class="m-0">Upcoming Events</h5>
Expand Down

0 comments on commit 1480d0f

Please sign in to comment.