diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-15 23:17:28 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-15 23:17:28 +0100 |
commit | 359499b1058a6b8cd4cc99aadd407e0a050ba4d7 (patch) | |
tree | a62ddbbf98a8765bf5a77b09161cbe4f994c44b2 /scss | |
parent | f4ea96c52928eedd11b3f809cd9a481eda214482 (diff) | |
download | cerrado-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.scss | 10 |
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; + } +} |