Commit 4babb103dd7f623e49445af845cf75109dc9dc5c

Authored by Victor Costa
1 parent c1e52b1d

Add basic style to environment component

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
src/app/environment/environment.scss 0 → 100644
... ... @@ -0,0 +1,7 @@
  1 +.environment-container {
  2 + @extend .container-fluid;
  3 + padding: 0 1%;
  4 + @media (max-width: 978px) {
  5 + padding: 0 2%;
  6 + }
  7 +}
... ...