Skip to content

Commit 3ef8c46

Browse files
committed
Fix team CSS: remove no-op display:block, add 480px heading size
1 parent 2f19cd6 commit 3ef8c46

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

assets/css/redesign.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,6 @@ ul {
19081908
}
19091909

19101910
.team-section__bar {
1911-
display: block;
19121911
width: 20px;
19131912
height: 2px;
19141913
background: var(--color-red);
@@ -2072,6 +2071,10 @@ ul {
20722071
Team — Responsive ≤480px
20732072
------------------------------------------------------------ */
20742073
@media (max-width: 480px) {
2074+
.team-header__heading {
2075+
font-size: 28px;
2076+
}
2077+
20752078
.team-member {
20762079
width: 100%;
20772080
}

0 commit comments

Comments
 (0)