From 63dbb0d4890e9a12cbbefb00b595796d5030a82a Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Tue, 22 Oct 2024 18:20:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20glue-viz?= =?UTF-8?q?/glue-ar@ebabdee3d96a8b76ae727f4bf7eaf2f72b560b83=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 33 +++++++++++++++++++++++++-------- index.html | 12 ++++-------- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index b4bf940..8b38623 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -246,7 +246,7 @@ } .container { - width: 100% !important; + width: 90% !important; } } @@ -2783,12 +2783,6 @@ width: 20%; } - /* Header */ - - #header { - display: none; - } - /* Banner */ #banner { @@ -3123,7 +3117,8 @@ /* Box */ .box.highlight { - padding-left: calc(4em + 30px); + /*padding-left: calc(4em + 30px);*/ + padding-left: 0; } .box.post .inner { @@ -3182,6 +3177,9 @@ border: solid 2px black; transition: all 0s; box-sizing: border-box; + min-width: 100px; + width: 100%; + margin: auto; } .qr-code:hover { @@ -3198,6 +3196,25 @@ width: 80%; } +.example-img { + width: 75%; + min-width: 200px; +} + +@media screen and (max-width: 840px) { + #nav { + display: none; + } + + .flex-row { + display: block; + } + + .qr-code { + width: 75%; + } +} + /* .img-link img { diff --git a/index.html b/index.html index cd1ecac..acf5173 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,7 @@

Examples

- +

A voxelized rendering of a parsec-scale galactic 3D dustmap from Edenhofer et. al.

@@ -180,7 +180,6 @@

Examples

Examples