aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 23:17:28 +0100
committerGabriel A. Giovanini <mail@gabrielgio.me>2025-02-15 23:17:28 +0100
commit359499b1058a6b8cd4cc99aadd407e0a050ba4d7 (patch)
treea62ddbbf98a8765bf5a77b09161cbe4f994c44b2 /scss
parentf4ea96c52928eedd11b3f809cd9a481eda214482 (diff)
downloadcerrado-359499b1058a6b8cd4cc99aadd407e0a050ba4d7.tar.gz
cerrado-359499b1058a6b8cd4cc99aadd407e0a050ba4d7.tar.bz2
cerrado-359499b1058a6b8cd4cc99aadd407e0a050ba4d7.zip
ref: Make summary more lean
Now it will only show the first 3 tags to better distribute the page content.
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss10
1 files changed, 10 insertions, 0 deletions
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;
+ }
+}