diff --git a/src/index.md b/src/index.md index 68413b8..c64e4bf 100644 --- a/src/index.md +++ b/src/index.md @@ -17,15 +17,27 @@ I am a fake researcher and this is my personal page. ## Drafts -None +None ☠️ ## Conference papers -None +### Towards automatic academic pages 2 + +Templato, U. N. Owen, Wan Morotter + +*Journal of Awesomeness (JAW), 2024* + +
+ +### Towards automatic academic pages + +Templato, U. N. Owen + +*Journal of Awesomeness (JAW), 2023* ## Journal papers -None +None ☠️ # My PhD subject diff --git a/website/style.css b/website/style.css index ab48285..8e477ea 100644 --- a/website/style.css +++ b/website/style.css @@ -123,6 +123,10 @@ main p { margin-bottom: 6px; } -main h1, main h2, main h3, main h4, main h5, main h6 { +main h1, main h2 { margin: 15px 0; } + +main h3, main h4, main h5, main h6 { + margin-bottom: 6px; +}