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:
parent
83ca5caa64
commit
6a5682ac5f
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
@use '@/scss/underscore' as _;
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
|
||||
.title {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
margin: _.unit(4) 0;
|
||||
|
||||
.title {
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
margin-bottom: _.unit(6);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue