From 359499b1058a6b8cd4cc99aadd407e0a050ba4d7 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 23:17:28 +0100 Subject: ref: Make summary more lean Now it will only show the first 3 tags to better distribute the page content. --- scss/main.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scss') diff --git a/scss/main.scss b/scss/main.scss index a6c973f..2ebdbe8 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -198,3 +198,13 @@ pre { background: #5874e2; } } + +.more { + margin: -15px 4px 10px 0; + padding: 5px 5px 5px 0; + text-decoration: none; + + &:hover { + text-decoration: underline; + } +} -- cgit v1.2.3