home: update images and css
This commit is contained in:
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
@@ -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
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user