Skip to content

Commit ab131d2

Browse files
authored
Update compare.css
1 parent a2deee0 commit ab131d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles/compare.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ h1 {
2020
color: #333;
2121
margin-bottom: 20px;
2222
}
23+
h2{
24+
text-align: center;
25+
color: #333;
26+
}
2327
label{
2428
font-size: 20px;
2529
}
@@ -115,4 +119,4 @@ select{
115119
.dark-mode select{
116120
color: white;
117121
background-color: black;
118-
}
122+
}

0 commit comments

Comments
 (0)