make rendered images sort of responsive
This commit is contained in:
@@ -24,9 +24,14 @@
|
||||
#inner {
|
||||
margin: 15px;
|
||||
}
|
||||
/* don't show the textarea, it's strictly functional */
|
||||
textarea {
|
||||
display: none;
|
||||
}
|
||||
/* don't let images overflow*/
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user