0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

style(console): center align CardTitle content for application placeholder page (#4828)

This commit is contained in:
Xiao Yijun 2023-11-06 16:35:19 +08:00 committed by GitHub
parent 83ca5caa64
commit 6a5682ac5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
@use '@/scss/underscore' as _;
.container {
display: flex;
flex-direction: column;
overflow: hidden;
.title {

View file

@ -17,7 +17,7 @@
margin: _.unit(4) 0;
.title {
text-align: center;
align-items: center;
margin-bottom: _.unit(6);
}