Skip to content

Commit cfa69a4

Browse files
authored
Update compare.css
1 parent 3702843 commit cfa69a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

styles/compare.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ body {
1515
min-height: 41vh !important;
1616
}
1717

18+
#result-container{
19+
margin-top: 20px;
20+
height: 400px;
21+
}
22+
1823
h1 {
1924
text-align: center;
2025
color: #333;
@@ -107,6 +112,10 @@ tr:nth-child(even) {
107112
.button {
108113
font-size: 14px;
109114
}
115+
116+
#result-container{
117+
height: 300px;
118+
}
110119
}
111120
select{
112121
background: transparent;

0 commit comments

Comments
 (0)