1.4.1 patch, added viewport meta tag to head to fix scaling issues on smartphones.
This commit is contained in:
parent
f4f68de470
commit
860819a790
11
index.html
11
index.html
|
|
@ -2,10 +2,11 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Comfitu.re :: Sweet and Cozy</title>
|
||||
|
||||
<link href="style.css?v=1.4.0" rel="stylesheet"/>
|
||||
<script src="script.js?v=1.4.0" type="application/javascript"></script>
|
||||
<link href="style.css?v=1.4.1" rel="stylesheet"/>
|
||||
<script src="script.js?v=1.4.1" type="application/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -17,7 +18,7 @@
|
|||
<pre>
|
||||
___ __ _ _
|
||||
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
|
||||
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) <a href="#changelog">v1.4.0</a>
|
||||
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) <a href="#changelog">v1.4.1</a>
|
||||
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| <script>comfiture.printMotd();</script>
|
||||
</pre>
|
||||
<a href="#home">Home</a>
|
||||
|
|
@ -167,6 +168,10 @@
|
|||
</div>
|
||||
<div class="content" id="changelog">
|
||||
<h1>Changelog</h1>
|
||||
<p>
|
||||
1.4.1 Patch:<br/>
|
||||
- Added "viewport" meta tag to fix responsiveness
|
||||
</p>
|
||||
<p>
|
||||
1.4.0 Minor update:<br/>
|
||||
- Added responsive sizing for mobile support<br/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue