home: css cleanup
This commit is contained in:
+5
-5
@@ -10,15 +10,15 @@
|
||||
<link rel="icon" type="image/png" href="assets/logo_icon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="assets/logo.png" class="img" />
|
||||
<img src="assets/logo.png" class="logo" />
|
||||
<div class="flex flex-col gap-8 mt-4">
|
||||
<p>hello, and welcome to atom.town. here, you will be at home.</p>
|
||||
<p class="font-light">hello, and welcome to atom.town. here, you will be at home.</p>
|
||||
<div class="flex flex-col">
|
||||
<a href="https://mail.atom.town" target="_blank" class="pop big heavy">webmail</a>
|
||||
<a href="https://git.atom.town" target="_blank" class="pop big heavy">git</a>
|
||||
<a href="https://mail.atom.town" target="_blank" class="font-normal pop big">webmail</a>
|
||||
<a href="https://git.atom.town" target="_blank" class="font-normal pop big">git</a>
|
||||
</div>
|
||||
<div class="flex flex-col">
|
||||
<a href="terms-privacy.html" class="pop big heavy">terms & privacy</a>
|
||||
<a href="terms-privacy.html" class="font-normal pop big">terms & privacy</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user