mirror of
https://github.com/bumi/openalias-web
synced 2025-06-15 16:48:14 +00:00
14 lines
184 B
CSS
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;
|
|
}
|