From c3419f9a716ed17be4144485aaafbd4333237c40 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Wed, 17 Jan 2024 10:27:31 +0200 Subject: [PATCH] Prepare publication page for full screen --- src/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index b802f95..fec361a 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -122,3 +122,10 @@ html[data-embed-publications='true'] { html[data-embed-publications='true'] .theme-admonition-note { background-color: #f5f5f5; } + +html[data-embed-publications='true'] .theme-doc-markdown { + position: absolute; + left: 0px; + right: 0px; + top: 0px; +} \ No newline at end of file