diff --git a/public/css/app.css b/public/css/app.css index 45de928..e37a52a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,4 +1,3 @@ -@import url(https://fonts.googleapis.com/css?family=Nunito); @charset "UTF-8"; /*! * Bootstrap v4.6.0 (https://getbootstrap.com/) diff --git a/public/css/jk.css b/public/css/jk.css index 1eade3a..f63dcc8 100644 --- a/public/css/jk.css +++ b/public/css/jk.css @@ -21,3 +21,9 @@ text-align:center; padding:10px; } +@media (max-width:575.98px){ + +.col-md-12{ + +} +} diff --git a/resources/views/beers/index.blade.php b/resources/views/beers/index.blade.php index 7046f72..1652b8f 100644 --- a/resources/views/beers/index.blade.php +++ b/resources/views/beers/index.blade.php @@ -21,7 +21,7 @@ Name Brewery Style - @if (Auth::user()->isAdmin())Admin@endif + @if (Auth::user()->isAdmin())Admin@endif @@ -32,8 +32,8 @@ {{$beer->brewery}} {{$beer->type}} @if (Auth::user()->isAdmin()) -Edit -
+Edit + @csrf @method('DELETE')