adding viewport settings for better mobile experience
This commit is contained in:
parent
8b32afde9f
commit
12017e68b0
|
@ -4,6 +4,7 @@
|
|||
<title>h o b b s . z o n e</title>
|
||||
<link href="./css/output.css" rel="stylesheet" />
|
||||
<link href="./index.css" rel="stylesheet" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body class="bg-slate-800 items-center flex-col flex min-h-svh">
|
||||
<div class="bg-slate-900 text-white text-center p-4 w-full h-16">
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>Henry Hobbs - Resume</title>
|
||||
<link href="/css/output.css" rel="stylesheet" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body class="bg-slate-800 items-center flex-col flex min-h-svh text-white">
|
||||
<header
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<title>h o b b s . z o n e</title>
|
||||
<link href="./css/output.css" rel="stylesheet" />
|
||||
<link href="./index.css" rel="stylesheet" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<script>
|
||||
const onKittyClick = () => {
|
||||
const img = document.querySelector("img")
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<title>h o b b s . z o n e</title>
|
||||
<link href="./css/output.css" rel="stylesheet" />
|
||||
<link href="./index.css" rel="stylesheet" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body class="bg-slate-800 items-center flex-col flex min-h-svh">
|
||||
<div class="bg-slate-900 text-white text-center p-4 w-full">
|
||||
|
|
Loading…
Reference in New Issue