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