limit the size of rendered images
This commit is contained in:
@@ -81,7 +81,12 @@
|
||||
#content ol {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
#content img {
|
||||
position: relative;
|
||||
max-width: 90%;
|
||||
max-height: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user