home: update images and css

This commit is contained in:
2026-07-23 07:06:15 +01:00
parent 8d3d9518fa
commit 60a9109389
6 changed files with 9 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

+1 -1
View File
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="assets/logo_icon.png" />
</head>
<body>
<img src="assets/logo_text.png" class="img" />
<img src="assets/logo.png" class="img" />
<div class="flex flex-col gap-8 mt-4">
<p>hello, and welcome to atom.town. here, you will be at home.</p>
<div class="flex flex-col">
+6 -1
View File
@@ -54,7 +54,12 @@ p, a, li, ul {
.mt-4 { margin-top: calc(var(--space) * 4); }
.max-w-160 { max-width: calc(var(--space) * 160) }
.max-w-md {
max-width: calc(var(--space) * 160);
@media (max-width: 1024px) {
max-width: calc(var(--space) * 320);
}
}
.self-start { align-self: flex-start; }
/* tailwind lite */
+2 -2
View File
@@ -10,8 +10,8 @@
<link rel="icon" type="image/png" href="assets/logo_icon.png" />
</head>
<body>
<img src="assets/logo_text.png" class="img" />
<div class="flex flex-col gap-8 mt-4 max-w-160">
<img src="assets/logo.png" class="img" />
<div class="flex flex-col gap-8 mt-4 max-w-md">
<p>here you can learn some things</p>
<div class="flex flex-col gap-2">
<h2 class="big heavier">terms</h2>