mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 18:25:55 -07:00
Limit max size of page to 800px
This commit is contained in:
parent
e7640635cf
commit
e111838eb3
4 changed files with 9 additions and 5 deletions
|
|
@ -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 |
|
|
@ -38,3 +38,7 @@
|
|||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.content-narrow {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue