summaryrefslogtreecommitdiffstats
path: root/assets/css/scopes
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-12 18:37:38 +0100
committerVolpeon <git@volpeon.ink>2021-03-12 18:37:38 +0100
commit8990aed5ea6449ec24ce1c79590b8911b1699fc3 (patch)
treec1aabb3823baf725d1cc3ba4e2b2578f2d830886 /assets/css/scopes
parentRemove explicit ports from IRC links (diff)
downloadvolpeon.ink-8990aed5ea6449ec24ce1c79590b8911b1699fc3.tar.gz
volpeon.ink-8990aed5ea6449ec24ce1c79590b8911b1699fc3.tar.bz2
volpeon.ink-8990aed5ea6449ec24ce1c79590b8911b1699fc3.zip
Created project pages for blobfox and bunhd emojis
Diffstat (limited to 'assets/css/scopes')
-rw-r--r--assets/css/scopes/_page.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/scopes/_page.scss b/assets/css/scopes/_page.scss
index bf3df8d..e4c505e 100644
--- a/assets/css/scopes/_page.scss
+++ b/assets/css/scopes/_page.scss
@@ -14,4 +14,8 @@
14 color: var(--page--link--hover--fg); 14 color: var(--page--link--hover--fg);
15 } 15 }
16 } 16 }
17
18 img {
19 max-width: 100%;
20 }
17} 21}