Template:Dndbeyond tooltip/style.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".fitimage { width: 100%; }" |
mNo edit summary |
||
Line 1: | Line 1: | ||
div.header { | |||
display: flex; | |||
height: 70px; | |||
padding: 0 10px 10px; | |||
} | |||
.fitimage { | .fitimage { | ||
width: 100%; | max-width: 100%; | ||
} | } |