fix
This commit is contained in:
parent
6d714c9a1e
commit
a087629549
|
|
@ -176,7 +176,7 @@
|
|||
border-width: 0px;
|
||||
width: 100%;
|
||||
background-repeat: no-repeat;
|
||||
height: 100%;
|
||||
height: 266px;
|
||||
}
|
||||
.gamethumbnail_small {
|
||||
background-color: black;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue