Limit max size of page to 800px

This commit is contained in:
rebuilt 2023-03-10 12:19:36 -08:00
parent e7640635cf
commit e111838eb3
4 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200"
height="200"
zoomAndPan="magnify" viewBox="0 0 1024.5 576" preserveAspectRatio="xMidYMid meet"
zoomAndPan="magnify" viewBox="0 0 700 576" preserveAspectRatio="xMidYMid meet"
version="1.0">
<defs>
<clipPath id="a17a27a323">

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Before After
Before After

View file

@ -38,3 +38,7 @@
.relative {
position: relative;
}
.content-narrow {
max-width: 800px;
}