summaryrefslogtreecommitdiff
path: root/sass/main.sass
blob: 6e409f8fee152e05c50c8bc949244204c0896e57 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@import settings.sass
@import fonts.sass

body
  font-family: $lato, sans-serif
  margin: 0
  color: $black

h1, h2, h3, h4, h5, p, ul, li
  margin: 0

h2
  font-family: $lato
  font-weight: 800
  font-size: 38px
  line-height: 140%
  +resp(sm)
    font-size: 24px
p
  font-family: $lato
  font-weight: normal
  font-size: 18px
  line-height: 180%
  color: $black
  +resp(sm)
    font-size: 14px
  @supports (hyphens: auto)
    text-align: justify
    hyphens: auto

pre, code, sample
  white-space: pre-wrap
  hyphens: none

div.container
  max-width: 1340px
  margin: 0 auto
  padding-left: 15px
  padding-right: 15px
  &.small
    max-width: 1000px

#content
  margin-top: 20px
  margin-bottom: 20px

@import header.sass
@import front-page/banner.sass
@import front-page/main-text.sass
@import front-page/inform-columns.sass
@import front-page/bottom-text.sass
@import footer.sass