1
0
mirror of https://github.com/bumi/openalias-web synced 2025-07-21 13:27:39 +00:00

17 lines
215 B
CSS

#openalias-web {
align-items: center;
justify-content: center;
}
.notes {
margin-top: 50px;
}
.header {
text-align: center;
}
.card {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}