Forráskód Böngészése

docs fix - prevent future issue on Blog list #685 (#687)

I've removed optional guidance to change to _variables.css since this
causes issues later in the tutorial.
cericoda 1 hete
szülő
commit
02e829d727
1 módosított fájl, 2 hozzáadás és 4 törlés
  1. 2 4
      docs/getting_started/tutorial03.rst

+ 2 - 4
docs/getting_started/tutorial03.rst

@@ -194,10 +194,8 @@ Lookin' good!
     The home page preview after adding the card grid.
 
 .. note::
- At this point you may notice that the cards aren't the same height.  You can fix this two ways.  One you can add the bootstrap
- CSS class of h-100 to each card, two you can add `$card-height: 100%` in the _variables.scss.  If you use the sass option remember to compile the sass files.
- This is the most basic use case of card-grid check out :ref:`card-grid` for more information.
-
+ At this point you may notice that the cards aren't the same height.  
+ 
 To make all the cards equal height, We added bootstrap class h-100 to each card as seen here:
 
 .. figure:: images/tut03/h_100.jpeg