sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit b88d23f0bdac163894f707e83c9789c09a99b3f6
parent 63f56721d4c420307112f253de473455bcd0c627
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 27 Feb 2025 15:47:34 +0100

More space in <li> elements in ECM talk

Diffstat:
Msrc/talks/ecm/index.html.raw | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/talks/ecm/index.html.raw b/src/talks/ecm/index.html.raw @@ -36,6 +36,7 @@ .slide ul { margin-left: 1.5vw; } .slide ol { margin-left: 1.5vw; } .slide p { margin-left: 1.5vw; } + .slide li { margin: 3.0vh 0; } .slide.titlepage p, a { text-align: center; } .slide.titlepage span.title { font-size: 3.6vw; font-weight: bold; }