1
0
mirror of https://github.com/bumi/openalias-web synced 2025-06-19 10:15:36 +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;
}