diff --git a/pages/API/get-univerify-manager/univerify-custom-page.uvue b/pages/API/get-univerify-manager/univerify-custom-page.uvue index 496b05c49b8c532a2db63e32ad2dba63fdee0d3c..7139dad3e8bb1c2d742e0391b5e1d8eedfc7adba 100644 --- a/pages/API/get-univerify-manager/univerify-custom-page.uvue +++ b/pages/API/get-univerify-manager/univerify-custom-page.uvue @@ -198,12 +198,12 @@ .privacy { margin-top: 10px; - margin-left: 5px; flex-direction: row; flex-wrap: wrap; top: 45%; - width: 80%; - justify-content: center; + width: 100%; + justify-content: center; + align-self: center; position: absolute; } @@ -212,9 +212,8 @@ } .privacy-text { - margin-top: 4px; - font-weight: bold; - color: black; + margin-top: 4px; + color: #2785ff; font-size: 14px; }