summaryrefslogtreecommitdiff
path: root/src/web/styles/partials/_home.scss
blob: 462b67b54c63d601eff8f1b425f4677d215d7238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import "../theme/global";

@mixin home-body {
  background-color: $defBackgroundColor;
  min-width: 1150px;
  width: 70%;
  max-width: 1920px;
  margin: 0em auto;
  padding: 1em 2em;
}

@mixin home-body-1200px {
  margin: 2em auto;
  min-width: 780px;
  width: 90%;
}

@mixin home-body-800px {
  min-width: 560px;
}

@mixin home-body-600px {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}