This commit is contained in:
parent
e6232185e3
commit
8c56389991
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link href="https://unpkg.com/tailwindcss@1.0.4/dist/tailwind.min.css" rel="stylesheet">
|
<link href="https://unpkg.com/tailwindcss@1.0.4/dist/tailwind.min.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="h-screen overflow-hidden flex items-center justify-center" style="background: #edf2f7;">
|
<body class="flex items-center justify-center" style="background: #edf2f7;">
|
||||||
<section class="container mx-auto px-8 my-1 flex flex-wrap -m-4">
|
<section class="container mx-auto px-8 my-1 flex flex-wrap -m-4">
|
||||||
<div class="p-2 md:w-40">
|
<div class="p-2 md:w-40">
|
||||||
<a href="/" class="flex items-center p-4 bg-blue-200 rounded-lg shadow-xs cursor-pointer hover:bg-blue-500 hover:text-gray-100">
|
<a href="/" class="flex items-center p-4 bg-blue-200 rounded-lg shadow-xs cursor-pointer hover:bg-blue-500 hover:text-gray-100">
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
<div class="container mx-auto px-4 sm:px-8">
|
<div class="container mx-auto px-4 sm:px-8">
|
||||||
<div class="py-8">
|
<div class="py-8">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="text-2xl font-semibold leading-tight">Serverlist</h2>
|
<h2 class="text-2xl font-semibold leading-tight">All Regions - Serverlist</h2>
|
||||||
</div>
|
</div>
|
||||||
{{range $gamemode := $gamemodes}}
|
{{range $gamemode := $gamemodes}}
|
||||||
<div class="-mx-4 sm:-mx-8 px-4 sm:px-8 py-4 overflow-x-auto">
|
<div class="-mx-4 sm:-mx-8 px-4 sm:px-8 py-4 overflow-x-auto">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link href="https://unpkg.com/tailwindcss@1.0.4/dist/tailwind.min.css" rel="stylesheet">
|
<link href="https://unpkg.com/tailwindcss@1.0.4/dist/tailwind.min.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="h-screen overflow-hidden flex items-center justify-center" style="background: #edf2f7;">
|
<body class="flex items-center justify-center" style="background: #edf2f7;">
|
||||||
<section class="container mx-auto px-8 my-1 flex flex-wrap -m-4">
|
<section class="container mx-auto px-8 my-1 flex flex-wrap -m-4">
|
||||||
<div class="p-2 md:w-40">
|
<div class="p-2 md:w-40">
|
||||||
<a href="/" class="flex items-center p-4 bg-blue-200 rounded-lg shadow-xs cursor-pointer hover:bg-blue-500 hover:text-gray-100">
|
<a href="/" class="flex items-center p-4 bg-blue-200 rounded-lg shadow-xs cursor-pointer hover:bg-blue-500 hover:text-gray-100">
|
||||||
|
|
Reference in a new issue