mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
Fix list element styling (#201)
This commit is contained in:
parent
1d5c8d2d28
commit
0493ee48a7
4 changed files with 46 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue