MontrealNewTech/website

View on GitHub
app/assets/stylesheets/administrate/base/_layout.scss

Summary

Maintainability
Test Coverage
html {
  background-color: $base-background-color;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}