Skip to content

Commit b5321cf

Browse files
author
Kristan Kenney
committed
Fix alignment of tabs
1 parent 19fd420 commit b5321cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,11 +1124,14 @@ input[type="checkbox"] {
11241124
padding-top: 34px;
11251125
overflow: hidden;
11261126
text-align: center;
1127+
display: flex;
1128+
width: 1080px;
11271129
}
11281130

11291131
.l-stat__col {
11301132
display: inline-block;
11311133
vertical-align: top;
1134+
flex: 1;
11321135
}
11331136

11341137
.l-stat__col a {
@@ -1142,7 +1145,6 @@ input[type="checkbox"] {
11421145
padding-top: 3px;
11431146
margin-top: -3px;
11441147
padding-left: 5px;
1145-
margin-right: 40px;
11461148
}
11471149

11481150
.l-stat__col a:hover {

0 commit comments

Comments
 (0)