Template:SkillCard/styles.css: Difference between revisions

Template page
(Geep changed the content model of the page Template:SkillCard/styles.css from "wikitext" to "CSS")
Tag: content model change
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
}
video {
  width: 100% !important;
  height: auto !important;
}
}

Latest revision as of 12:00, 15 June 2024

.preview img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

video {
  width: 100% !important;
  height: auto !important;
}