diff --git a/packages/ui/certd-client/src/style/common.less b/packages/ui/certd-client/src/style/common.less index dc8304cf5..1b795412c 100644 --- a/packages/ui/certd-client/src/style/common.less +++ b/packages/ui/certd-client/src/style/common.less @@ -86,6 +86,11 @@ h6 { align-items: baseline; } +.flex-evenly { + display: flex; + justify-content: space-evenly; +} + .flex { display: flex; } @@ -312,7 +317,11 @@ h6 { } .fs-16 { - font-size: 16px; + font-size: 16px !important; +} + +.fs-28 { + font-size: 28px !important; } .w-50\% { diff --git a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue index 3efee185a..7247edb8e 100644 --- a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue +++ b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue @@ -67,7 +67,7 @@