mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
fix markdown not displaying bullet lists
This commit is contained in:
@ -48,6 +48,11 @@ section {
|
||||
@apply leading-relaxed whitespace-pre-wrap;
|
||||
}
|
||||
|
||||
.markdown ul {
|
||||
list-style: disc;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
@page {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user