Skip to content

Commit

Permalink
Fix list element styling (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyxius committed Apr 13, 2020
1 parent 1d5c8d2 commit 0493ee4
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
13 changes: 11 additions & 2 deletions assets/sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,21 @@ pre
ul
margin-bottom: 1.25rem
margin-left: 1.5em
list-style: none
list-style: disc
ul ul
margin-bottom: 0
li
list-style-type: disc
margin-left: 1.5em
list-style-position: outside
padding-left: 1em
ol
margin-bottom: 1.25rem
margin-left: 1.5em
ol ol
list-style-type: lower-alpha
margin-bottom: 0
ol ol ol
list-style-type: lower-roman
em
font-style: italic
strong
Expand Down
12 changes: 12 additions & 0 deletions exampleSite/content/de/blog/startup-ipsum.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,15 @@ $ complicated techie code git bash ubuntu
Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.

Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.


- Unordered list
- First sub-item
- Second sub-item
- Second top level item

Now for an ordered list:

1. Top level
1. First sub-level
1. Second sub-level
11 changes: 11 additions & 0 deletions exampleSite/content/en/blog/startup-ipsum.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam gr
| this | is | the | 6th | row

Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.

- Unordered list
- First sub-item
- Second sub-item
- Second top level item

Now for an ordered list:

1. Top level
1. First sub-level
1. Second sub-level
12 changes: 12 additions & 0 deletions exampleSite/content/es/blog/startup-ipsum.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,15 @@ $ complicated techie code git bash ubuntu
Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.

Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.


- Unordered list
- First sub-item
- Second sub-item
- Second top level item

Now for an ordered list:

1. Top level
1. First sub-level
1. Second sub-level

0 comments on commit 0493ee4

Please sign in to comment.