Unverified Commit db4c9ef9 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3261049 by Gauravmahlawat, elber, Elena Chechulina, longwave, Chi,...

Issue #3261049 by Gauravmahlawat, elber, Elena Chechulina, longwave, Chi, Kristen Pol: Remove duplicated margin properties from typography CSS

(cherry picked from commit 3effb672)
(cherry picked from commit 1d09ab11)
parent 33f8ef2e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -9,34 +9,26 @@
* with the base line height of Claro.
*/
.leader {
  margin-top: 1.25rem;
  margin-top: 1.538rem;
}
.leader-double {
  margin-top: 2.5rem;
  margin-top: 3.076rem;
}
.leader-triple {
  margin-top: 3.75rem;
  margin-top: 4.614rem;
}
.leader-quadruple {
  margin-top: 5rem;
  margin-top: 6.152rem;
}
.trailer {
  margin-bottom: 1.25rem;
  margin-bottom: 1.538rem;
}
.trailer-double {
  margin-bottom: 2.5rem;
  margin-bottom: 3.076rem;
}
.trailer-triple {
  margin-bottom: 3.75rem;
  margin-bottom: 4.614rem;
}
.trailer-quadruple {
  margin-bottom: 5rem;
  margin-bottom: 6.152rem;
}
+0 −8
Original line number Diff line number Diff line
@@ -3,34 +3,26 @@
* with the base line height of Claro.
*/
.leader {
  margin-top: 20px;
  margin-top: 1.538rem;
}
.leader-double {
  margin-top: 40px;
  margin-top: 3.076rem;
}
.leader-triple {
  margin-top: 60px;
  margin-top: 4.614rem;
}
.leader-quadruple {
  margin-top: 80px;
  margin-top: 6.152rem;
}
.trailer {
  margin-bottom: 20px;
  margin-bottom: 1.538rem;
}
.trailer-double {
  margin-bottom: 40px;
  margin-bottom: 3.076rem;
}
.trailer-triple {
  margin-bottom: 60px;
  margin-bottom: 4.614rem;
}
.trailer-quadruple {
  margin-bottom: 80px;
  margin-bottom: 6.152rem;
}