From 9689e39b8fb80a47011a9346e1acc8b764fc0781 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 29 Jan 2025 21:14:07 +0100 Subject: Minor fixes --- resources/pug/finals/index.pug | 9 +++++---- resources/sass/style.scss | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index fe122c0..ec93fc4 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -12,7 +12,7 @@ block append js block content #sticky-nav - ul.nav.flex-column.nav-pills + ul.nav.nav-pills li.nav-item(role='presentation') #[a.nav-link(href='#introduction') Introduction] li.nav-item(role='presentation') #[a.nav-link(href='#publications') Publications] li.nav-item(role='presentation') #[a.nav-link(href='#talks') Talks] @@ -31,9 +31,10 @@ block content div#basicinfo(style="display:table-cell;vertical-align:bottom;") h1 | Camil Staps  - small.nowrap [kaˈmil stɑps] - small   - small.nowrap he/his + small.text-muted + span.nowrap [kaˈmil stɑps] + span   + span.nowrap he/his p span.tt.obfuscate | info@c diff --git a/resources/sass/style.scss b/resources/sass/style.scss index da32117..b1a2075 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -74,6 +74,7 @@ body { #sticky-nav ul.nav { border-right: 1px solid #eee; + flex-direction: column; /* .flex-column, but only on large screens */ padding: 1em 1em 1em 0; position: sticky; top: 1em; -- cgit v1.2.3