Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782d370 commit eeb11deCopy full SHA for eeb11de
scss/_pages/_tutorial-index.scss
@@ -550,7 +550,9 @@ div.row {
550
.eight {
551
flex: 1 1 75%;
552
padding-right: $unit*2;
553
-
+ code{
554
+ white-space: normal !important;
555
+ }
556
h4 {
557
font-weight: 100;
558
font-size: 2rem;
@@ -570,6 +572,7 @@ div.row {
570
572
display: inline-block;
571
573
margin-bottom: $unit;
574
}
575
+
576
ul {
577
margin-left: $unit*2;
578
padding-left: $unit*2;
0 commit comments