diff --git a/frontend/src/pages/wiki2/wiki-right-header/page-title.css b/frontend/src/pages/wiki2/wiki-right-header/page-title.css index 3b87693ace..a9c8311a8e 100644 --- a/frontend/src/pages/wiki2/wiki-right-header/page-title.css +++ b/frontend/src/pages/wiki2/wiki-right-header/page-title.css @@ -18,8 +18,14 @@ position: relative; width: 78px; height: 78px; - font-size: 78px; z-index: 1; + display: flex; + align-items: center; + justify-content: center; +} + +.wiki-page-icon-container>span { + font-size: 66px; } .wiki-page-icon-container:hover {