limit the size of rendered images

pull/1/head
ansuz 8 years ago
parent d73fef7fe5
commit 997b46a3f7

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

Loading…
Cancel
Save