We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f19cd6 commit 3ef8c46Copy full SHA for 3ef8c46
1 file changed
assets/css/redesign.css
@@ -1908,7 +1908,6 @@ ul {
1908
}
1909
1910
.team-section__bar {
1911
- display: block;
1912
width: 20px;
1913
height: 2px;
1914
background: var(--color-red);
@@ -2072,6 +2071,10 @@ ul {
2072
2071
Team — Responsive ≤480px
2073
------------------------------------------------------------ */
2074
@media (max-width: 480px) {
+ .team-header__heading {
2075
+ font-size: 28px;
2076
+ }
2077
+
2078
.team-member {
2079
width: 100%;
2080
0 commit comments