Template:SkillCard/styles.css: Difference between revisions

Template page
(Created page with ".preview img { max-width: 100%; width: 100%; height: auto; }")
 
mNo edit summary
 
(3 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;
}