css improvements for mobile

This commit is contained in:
ari melody 2025-07-25 18:26:05 +01:00
parent d5206362fa
commit 55f6878727
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E

View file

@ -9,6 +9,7 @@ html {
background: #101010;
color: #f0f0f0;
font-family: 'Monaspace Argon', monospace;
font-size: 16px;
}
body {
@ -55,6 +56,21 @@ a:hover {
footer {
padding: 1em 0;
}
@media screen and (max-width: 700px) {
body {
font-size: 12px;
}
td {
width: auto;
}
td:last-of-type,
th:last-of-type {
display: none;
}
}
</style>
</head>
<body>