CSS adjustments

This commit is contained in:
Tim Van Baak 2019-07-07 13:44:50 -07:00
parent 70a4a31fea
commit 875da67437
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ div#wrapper {
border-radius: 6px; border-radius: 6px;
padding: 5px; padding: 5px;
margin-bottom: 20px; margin-bottom: 20px;
word-break: break-word;
} }
.item-title { .item-title {
font-size: 1.4em; font-size: 1.4em;
@ -27,6 +28,9 @@ div#wrapper {
.item-info { .item-info {
color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7);
} }
.readable-item img {
max-width: 100%;
}
button, summary { button, summary {
cursor: pointer; cursor: pointer;
} }