Skip to content

Commit db16ca8

Browse files
committed
Remove border on homepage
1 parent 763f99c commit db16ca8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@section('body')
44
@include('layouts._alerts')
55

6-
<div class="border-b bg-white border-b-8 border-gray-600">
6+
<div class="border-b bg-white">
77
<div class="container mx-auto flex flex-col items-center py-20 px-4">
88
<img src="{{ asset('images/laravelio.png') }}" title="Laravel.io" alt="Laravel.io logo" class="w-full md:w-2/5 mb-8">
99
<h2 class="text-2xl text-gray-700 mb-8 text-center md:text-left">The Laravel Community Portal</h2>

resources/views/terms.blade.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
@extends('layouts.default')
44

55
@section('content')
6-
7-
<div class="legal-container">
8-
6+
<div class="legal-container">
97
<h1>Terms and Conditions</h1>
108

119
<p class="mb-8">
@@ -91,6 +89,5 @@
9189
<h2>Contact Us</h2>
9290

9391
<p>If you have any questions about these Terms, please contact us.</p>
94-
9592
</div>
9693
@endsection

0 commit comments

Comments
 (0)