Commit 20dc092d authored by serhii.myronets's avatar serhii.myronets
Browse files

Issue #3273919 by agami4: Change line-height from 24px to 26px for the font-size 16px

parent 60ae5d45
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ pre {
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  line-height: 1.625rem;
  word-break: break-all;
  word-wrap: break-word;
}
@@ -1542,6 +1542,7 @@ button.close {
@media (min-width: 600px) {
  body {
    font-size: 16px;
    line-height: 1.625rem;
  }
  .section-title {
    padding-left: 20px;
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  padding: 8px 1rem;
  list-style: none;
  font-size: 16px;
  line-height: 1.625rem;
  margin-bottom: 0;
}

+1 −0
Original line number Diff line number Diff line
@@ -328,6 +328,7 @@
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  line-height: 1.625rem;
}

.navbar-secondary .navbar-nav a, .navbar-secondary .navbar-nav button {
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ pre {
  padding: (($line-height-computed - 1) / 2);
  margin: 0 0 ($line-height-computed / 2);
  font-size: ($font-size-base - 1); // 14px to 13px
  line-height: $line-height-base;
  line-height: 1.625rem;
  word-break: break-all;
  word-wrap: break-word;

+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ body {

  @include for-tablet-portrait-up {
    font-size: $font-size-base;
    line-height: 1.625rem;
  }

}
Loading