1
0
mirror of https://github.com/bumi/openalias-web synced 2025-12-27 01:34:38 +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;
}