Skip to content

Commit 2779acf

Browse files
committed
css for center the text between the tabs in updater
1 parent 8d72778 commit 2779acf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,9 +1028,10 @@ function replaceNewUpdater() {
10281028
#steps h2 {
10291029
font-size: 15px;
10301030
color: #8C8C8C;
1031-
width: 50px;
1031+
width: 50%;
10321032
text-align: center;
1033-
padding-left: 10px;
1033+
margin-left: 6px;
1034+
display: flex;
10341035
}
10351036
#steps {
10361037
width: 80%;

0 commit comments

Comments
 (0)