]> git.somenet.org - pub/jan/aic18.git/blob - service-website/src/index.scss
Add SASS support, move broken styles to SCSS file
[pub/jan/aic18.git] / service-website / src / index.scss
1 body {
2   margin: 0;
3   padding: 0;
4   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
5   "Droid Sans", "Helvetica Neue", sans-serif;
6   -webkit-font-smoothing: antialiased;
7   -moz-osx-font-smoothing: grayscale;
8 }
9
10 code {
11   font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
12 }
13
14 .app {
15   min-height: 100vh;
16   display: flex;
17   flex-direction: column;
18 }
19
20 main {
21   flex: 1;
22 }
23
24 footer {
25   padding-top: 1em;
26   padding-bottom: 2em
27 }