redbadger/website-honestly

View on GitHub
site/components/event-image/style.css

Summary

Maintainability
Test Coverage
@value smallestScreen from "../../css/_sizes.css";

.eventPicture {
  width: 100%;
  display: block;
}

.imgBorder {
  border: 1px solid #d0d0d0;
}

.imgWrapper {
  border: 3px solid #fff;
}

@media smallestScreen {
  .imgBorder {
    margin-bottom: 20px;
  }
}