site updates

This commit is contained in:
root 2025-11-06 01:39:02 +00:00
parent f2194df604
commit 8925759c83
2 changed files with 16 additions and 9 deletions

View file

@ -15,6 +15,7 @@
<meta name="twitter:title" content="Distrust">
<meta name="twitter:description" content="See no evil, hear no evil, speak no evil.">
<meta name="twitter:image" content="https://distrust.network/logo.png">
<meta name="theme-color" content="#dda0dd">
<link rel="icon" href="logo.png">
<style>
@ -25,16 +26,17 @@
transform: translate(-50%, -50%);
font-family: monospace;
}
@media (max-width: 640px) {
@media (max-width: 992px) {
.centered {
position: fixed;
top: 10%;
top: 5%;
left: 0;
transform: none;
width: 100vw;
height: 100vh;
padding: 1rem;
box-sizing: border-box;
font-size: 24px;
}
}
body {