images do not exceed the window width anymore

master
LinuxMint4Ever 2020-02-17 05:20:31 +01:00
parent 6f22f27190
commit ceaf342e45
1 changed files with 3 additions and 0 deletions

View File

@ -141,3 +141,6 @@ span.name {
span.comment {
color: #888A85;
}
img {
max-width: 100%;
}