You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
homepage: fix viewport size
This commit is contained in:
+8
-6
@@ -2,6 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>uutils</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
/* All these styles are adapted from oranda to match their look */
|
||||
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700;900&display=swap");
|
||||
@@ -252,13 +254,13 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="repo_banner">
|
||||
<a href="https://github.com/uutils">
|
||||
<div class="github-icon" aria-hidden="true"></div>
|
||||
Check out our GitHub!
|
||||
</a>
|
||||
</div>
|
||||
<div class="page-body">
|
||||
<div class="repo_banner">
|
||||
<a href="https://github.com/uutils">
|
||||
<div class="github-icon" aria-hidden="true"></div>
|
||||
Check out our GitHub!
|
||||
</a>
|
||||
</div>
|
||||
<main>
|
||||
<header>
|
||||
<img src="logo.svg" alt="uutils" class="logo" />
|
||||
|
||||
Reference in New Issue
Block a user