diff --git a/app/assets/stylesheets/images/show.scss b/app/assets/stylesheets/images/show.scss index c2ca734..9dd8cf9 100644 --- a/app/assets/stylesheets/images/show.scss +++ b/app/assets/stylesheets/images/show.scss @@ -26,13 +26,23 @@ background: white; color: #333; margin: 0.25rem 0.125rem; - padding: 0.125rem 0.5rem; + padding: 0.1rem 0.25rem 0.15rem; + + span { + margin: 0 0.15rem; + } &.hidden { display: none; } } + .delete-tag { + text-decoration: none; + color: #333; + font-weight: bold; + } + img { background-color: white; max-width: calc(100% - 1rem);