Skip to content

Commit 6acd265

Browse files
authored
FIX: Center paragraph text (#99)
The paragraph below the welcome headline was left-aligned, causing a visual inconsistency with the rest of the centered content. This change applies `text-align: center` to the paragraph to fix the layout.
1 parent e383514 commit 6acd265

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,7 @@
9999
.custom-search-banner .welcome-banner__wrap .search-menu {
100100
display: flex;
101101
}
102+
103+
.custom-search-banner-wrap p {
104+
text-align: center;
105+
}

0 commit comments

Comments
 (0)