Migrate CSS units from `px` to `rem`
Dependencies
- [2]
MT5RA7VYIncrease sidebar density - [3]
LEJN3E4QGenerate more semantic HTML - [4]
ALCCL4VKCreate basic styling - [5]
A4E5KLI2Turn arguments into sidebar - [*]
C73UJ7ZYCreate simple `xilem_html` demo
Change contents
- replacement in index.html at line 6
--section-padding: 10px;--section-padding: 0.5rem; - replacement in index.html at line 40
margin-top: 10px;margin-left: 0px;padding-left: 5px;border-left: 3px solid #ccc;margin-top: 0.5rem;margin-left: 0rem;padding-left: 0.2rem;border-left: 0.3rem solid #ccc; - replacement in index.html at line 54
margin-bottom: 5px;margin-bottom: 0.2rem; - replacement in index.html at line 59
margin-top: 2px;margin-bottom: 0px;margin-top: 0.1rem;margin-bottom: 0rem;