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