limit the size of rendered images

pull/1/head
ansuz 2016-09-14 16:02:20 +02:00
parent d73fef7fe5
commit 997b46a3f7
1 changed files with 6 additions and 1 deletions

View File

@ -81,7 +81,12 @@
#content ol {
font-size: 26px;
}
#content img {
position: relative;
max-width: 90%;
max-height: 90%;
margin: auto;
}
</style>
</head>
<body>