diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
| commit | b190f0b66114899440c484c3a080b1146f66a386 (patch) | |
| tree | 4debd6aa6d37f11aa2638cf801f54b98aca029f7 /sass | |
| parent | c03e38b07ce439f9e6f4d23cb470193393e840e2 (diff) | |
| download | krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.gz krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.bz2 krz.sh-b190f0b66114899440c484c3a080b1146f66a386.zip | |
update apps and add privacy policies
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/main.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sass/main.scss b/sass/main.scss index 8c9d15b..402c8c1 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -135,6 +135,29 @@ a:hover { text-decoration: underline; text-underline-offset: 3px; } .back { font-size: 0.9rem; margin: 0 0 1.5rem; } .back a { color: var(--muted); } +// ---- App page: actions + screenshots --------------------------------------- +.app-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin: 2rem 0 1rem; } +.privacy-link { font-size: 0.9rem; margin: 0.25rem 0 0; } + +.shots { + display: flex; + gap: 0.85rem; + overflow-x: auto; + margin: 1.5rem 0 0.5rem; + padding-bottom: 0.75rem; + scroll-snap-type: x mandatory; + -webkit-overflow-scrolling: touch; +} +.shots figure { flex: 0 0 auto; width: 11rem; margin: 0; scroll-snap-align: start; } +.shots img { + display: block; + width: 100%; + height: auto; + border: 1px solid var(--border); + background: var(--surface); +} +.shots figcaption { color: var(--dim); font-size: 0.8rem; margin-top: 0.55rem; line-height: 1.4; } + // ---- Plain list (services / apps) ------------------------------------------ .plainlist { list-style: none; padding: 0; margin: 1.5rem 0 0; } .plainlist li { |
