fix the final fuckup, not viewport issue css issue. oopsie

This commit is contained in:
tyler :3
2024-04-07 23:36:46 +01:00
parent 95aa43145a
commit 4e7784c12c
4 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="/assets/css/index.css">