diff --git a/public/css/app.css b/public/css/app.css index a09aa34..194d006 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -542,7 +542,7 @@ iframe { text-align: center; padding-left: 5px; padding-right: 5px; - width: inherit; + width: 70%; } .rightgamecontainer { diff --git a/resources/views/pages/games.blade.php b/resources/views/pages/games.blade.php index b6a5921..658172e 100644 --- a/resources/views/pages/games.blade.php +++ b/resources/views/pages/games.blade.php @@ -9,10 +9,6 @@ @endsection -@section('alert') -
Note that this page does not support joining yet. If you would like to play your own game that you are currently hosting, click here.
-@endsection - @section('content')

Games