Template:Dndbeyond tooltip/style.css: Difference between revisions

From Campaigns
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
.fitimage {
.fitimage {
   max-width: 100%;
   max-width: 100%;
  max-height: 100%;
}
}

Revision as of 01:32, 24 November 2021

div.header {
  display: flex;
  height: 70px;
  padding: 0 10px 10px;
}

.fitimage {
  max-width: 100%;
  max-height: 100%;
}