This commit is contained in:
Thomas G 2022-08-28 11:43:17 +10:00
parent 6d714c9a1e
commit a087629549
2 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@
border-width: 0px;
width: 100%;
background-repeat: no-repeat;
height: 100%;
height: 266px;
}
.gamethumbnail_small {
background-color: black;

View File

@ -10,7 +10,7 @@
@endsection
@section('alert')
<div id="alert">Note that this page does not support joining yet. If you would like to join your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
<div id="alert">Note that this page does not support joining yet. If you would like to join your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
@endsection
@section('content')
@ -18,8 +18,8 @@
<br>
<div class="content_special" style="flex-wrap: wrap; justify-content: space-around;">
<div>
<a href="{{ route('gamespage')}}"><img class="gamethumbnail_small"></a>
<a href="{{ route('gamespage')}}">Natural Disaster Survival</a>
<a href="{{ route('gamepage')}}"><img class="gamethumbnail_small"></a>
<a href="{{ route('gamepage')}}">Natural Disaster Survival</a>
<p>By <a href="{{ route('profile', 1) }}">ARCHBLOX</a></p>
</div>
</div>