Skip to content

Commit a6e92d0

Browse files
committed
homepage: fix viewport size
1 parent 5e2665d commit a6e92d0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

homepage/index.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<html>
33
<head>
44
<title>uutils</title>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
57
<style>
68
/* All these styles are adapted from oranda to match their look */
79
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700;900&display=swap");
@@ -252,13 +254,13 @@
252254
</head>
253255
<body>
254256
<div class="container">
255-
<div class="repo_banner">
256-
<a href="https://github.com/uutils">
257-
<div class="github-icon" aria-hidden="true"></div>
258-
Check out our GitHub!
259-
</a>
260-
</div>
261257
<div class="page-body">
258+
<div class="repo_banner">
259+
<a href="https://github.com/uutils">
260+
<div class="github-icon" aria-hidden="true"></div>
261+
Check out our GitHub!
262+
</a>
263+
</div>
262264
<main>
263265
<header>
264266
<img src="logo.svg" alt="uutils" class="logo" />

0 commit comments

Comments
 (0)