1
0
mirror of https://github.com/bumi/openalias-web synced 2025-06-15 16:48:14 +00:00
2019-01-15 11:40:40 +01:00

14 lines
184 B
CSS

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