Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdjusts Southeast Asian countries list #322
Conversation
* Adds h3 headings to Mainland / Maritime sub-regions * Each country is now a list item element
This commit enhances the layout of the countries listed in the definition for Southeast Asian by using two columns. Future definitions can use this new layout by following this Markdown example: ### Sandwich Condiments - Mayonaise - Mustard ### Pasta Sauces - Marinara - Pesto
|
Reviewers be aware: #321 has another approach to solving this as well! |
|
One comment. |
| @@ -62,6 +62,11 @@ | |||
| // padding-left: 1rem; | |||
| grid-column: 2; | |||
| } | |||
|
|
|||
| & h3 ~ ul { | |||
| border-bottom: 0.1rem solid lightgrey; | |||
tatianamac
Oct 7, 2020
Collaborator
Suggested change
border-bottom: 0.1rem solid lightgrey;
border-bottom: 0.1rem solid lightgrey;
Could we use one of our sass variable colours here so that the change will respect light-dark mode?
| border-bottom: 0.1rem solid lightgrey; | |
| border-bottom: 0.1rem solid lightgrey; |
Could we use one of our sass variable colours here so that the change will respect light-dark mode?
This PR will close #271
This enhances the layout of the countries listed in the definition for Southeast Asian by using two columns.
Screenshots before and after:


First, I changed the markdown to have better ease of reading:
Then, I added new CSS rules.
Future definitions can use this new layout by following this Markdown example:
Or this HTML example: