Files
n0id_space/web/style.css
2025-07-05 21:21:58 +02:00

14 lines
206 B
CSS

table, th, td {
border: 1px solid;
border-collapse: collapse;
width: 50%;
max-width: 600px;
padding: 4px;
}
.avatar {
float: right;
justify-content: center;
align-items: center;
}