Template:SkillCard/styles.css: Difference between revisions

Template page
m (Fix video size)
mNo edit summary
 
Line 6: Line 6:


video {
video {
   width: 100%;
   width: 100% !important;
   height: auto;
   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;
}