CSS - transform property to scale down/up element

0 votes
194 views
added Apr 19, 2019 in CSS by LC Marshal Captain (25,790 points)
@media (max-width: $break_m_sm) {
  left: -34px;
  bottom: -5px;
  transform: scale(.79);
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...