fix work break for just links

This commit is contained in:
crunk 2023-06-03 21:23:37 +02:00
parent 837a77809c
commit 9166af18d6

View File

@ -22,13 +22,15 @@ body {
border: 1px solid black;
margin-top: 1px;
padding: 3px;
word-break: break-all;
}
.feeditem h2, p{
margin-bottom: 3px;
margin-top: 3px;
}
.feeditem p a {
word-break: break-all;
}
img {
max-width: 100%;
max-height: 100%;