aboutsummaryrefslogtreecommitdiffstats
path: root/styles/main/_layout.scss
blob: 6bde0f1413fd61a2c42a7109c2573eae5da1bfa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.layout {
  display: flex;
  flex-direction: column;
  color: var(--color-text);
  height: 100vh;
  width: 100%;
  background: var(--color-bg);
  background: linear-gradient(to bottom right, var(--color-bg) 0%, var(--color-bg-alt) 100%);
  overflow: hidden;
}