diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 13:49:46 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 13:49:46 -0230 |
| commit | be60a99b427940d69da9613a63aa9f9e6367b658 (patch) | |
| tree | cbb0bd518c4334bf44408639fcb009b9dae97b40 /assets/style.css | |
| parent | 3134dbbadd01cfd3dfc201fcbc4fc8878fecbd95 (diff) | |
| download | samanthony.xyz-be60a99b427940d69da9613a63aa9f9e6367b658.zip | |
home page: rewrite in md
Diffstat (limited to 'assets/style.css')
| -rw-r--r-- | assets/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index da77912..ca0ebaf 100644 --- a/assets/style.css +++ b/assets/style.css @@ -136,6 +136,7 @@ cite { img { box-sizing: border-box; + width: 16rem; max-width: 100%; max-height: 90vh; border: 1px solid var(--dark-gray); |