Skip to content

Commit e04fd4f

Browse files
authored
Merge pull request #66 from phpList/center-text-between-tabs
Center text between tabs
2 parents 8d72778 + 2779acf commit e04fd4f

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)