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

From Campaigns
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%;
}
}

Revision as of 01:32, 24 November 2021

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

.fitimage {
  max-width: 100%;
}