added the meta viewport thing so it looks less bad on mobile
This commit is contained in:
parent
80028f8725
commit
8a284dc31d
@ -1,5 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>lain.church</title>
|
||||
<style>
|
||||
body {
|
||||
|
@ -1,4 +1,5 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/css/columns.css">
|
||||
<link rel="stylesheet" href="/css/haiku.css">
|
||||
<link rel="stylesheet" href="/css/dropdown.css">
|
||||
|
Loading…
Reference in New Issue
Block a user