diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-03-09 16:03:40 -0800 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-03-09 16:03:40 -0800 |
commit | 749485853601e86b6f25d7605eb8bb840ca572ef (patch) | |
tree | e7e2e6b7d316ffff515a769505d95445f35bfb5b | |
parent | e41812c0dd234251333c3465f6dddf588f586a72 (diff) | |
download | bfs-749485853601e86b6f25d7605eb8bb840ca572ef.tar.xz |
screenshot: Use an explicit width
Works around https://stackoverflow.com/q/53785952/502399 now that the
image isn't full-width in the README.
-rw-r--r-- | screenshot.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.svg b/screenshot.svg index fe3b355..6f8ff21 100644 --- a/screenshot.svg +++ b/screenshot.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" - version="1.1" width="100%" height="170pt"> + version="1.1" width="225pt" height="170pt"> <rect x="0" y="0" width="100%" height="100%" fill="#181818" /> <text font-size="10pt" font-family="monospace" x="2pt" y="10pt" fill="#b2b2b2"> <tspan fill="#5454ff" font-weight="bold">tavianator</tspan>@superluminal <tspan fill="white" font-weight="bold">$</tspan> bfs |