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

From Campaigns
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
   max-width: 100%;
   max-width: 100%;
   max-height: 100%;
   max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-text {
  font-size: 28px;
  font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
  color: white;
}
}

Revision as of 01:34, 24 November 2021

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

.fitimage {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-text {
  font-size: 28px;
  font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
  color: white;
}