Skip to content

Commit 0451605

Browse files
authored
Update index.html
1 parent 4ab9b8c commit 0451605

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

beos-icons/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>BeOS r5 Icons</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<meta property="og:title" content="BeOS r5 Icons" />
78
<meta property="og:description" content="A large collection of classic BeOS r5, Haiku OS, Zeta OS, and other retro operating system icons in PNG format." />
89
<meta property="og:type" content="website" />
@@ -15,8 +16,8 @@
1516
<meta name="twitter:image" content="https://maxbo.me/beos-icons/og.png" />
1617
<style>
1718
body { margin: 20px; }
18-
h1 { font-size: 18px; margin-bottom: 10px; }
19-
h2 { font-size: 14px; margin: 20px 0 8px 0; border-bottom: 1px solid #ccc; }
19+
h1 { margin-bottom: 10px; }
20+
h2 { margin: 20px 0 8px 0; border-bottom: 1px solid #ccc; }
2021
.category { margin-bottom: 25px; }
2122
.icon-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 8px; margin-bottom: 15px; }
2223
.icon-item { text-align: center; padding: 5px; }

0 commit comments

Comments
 (0)