Skip to content

Commit 8c6851d

Browse files
authored
Clarify card placement instructions in README
Added instruction to place HTML tags within HTML chunk to avoid spacing issues.
1 parent 96849fd commit 8c6851d

File tree

1 file changed

+1
-1
lines changed
  • training/research-cycle-handbook

1 file changed

+1
-1
lines changed

training/research-cycle-handbook/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We've used Bootstrap structure and custom css to create a responsive card layout
3636
- The main .container div must always be present.
3737
- Each section (Learn More / Tools & Resources) is wrapped in a .row.
3838
- If one of the section is not needed, remove the entire .row block and its downstream .col divs.
39-
- Each card should always be placed inside a .col div.
39+
- Each card should always be placed inside a .col div. Please put the html tags within html chunk to avoid any odd spacing issues.
4040
- To add a new card, copy an existing .col block and edit the links, img, title, and text.
4141
- Add as many .col blocks as needed within the .row, the cards are automatically laid out 3 cards per row and any additional cards will wrap to the next row.
4242

0 commit comments

Comments
 (0)