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