-
Notifications
You must be signed in to change notification settings - Fork 0
/
_base.sass
74 lines (59 loc) · 1.11 KB
/
_base.sass
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
*, :after, :before
box-sizing: border-box
html
scroll-behavior: smooth
font-family: sans-serif
line-height: 1.15
html, body
width: 100%
height: 100%
margin: 0
font-size: 1rem
font-weight: 400
color: #fff
background-color: #000
font-family: Lora, Helvetica Neue, Helvetica, Arial, sans-serif
h1, h2, h3, h4, h5, h6
margin-top: 0
margin-bottom: .5rem
letter-spacing: 1px
margin: 0 0 35px
p
margin-top: 0
margin-bottom: 1rem
font-size: 16px
line-height: 1.5
margin: 0 0 25px
@media (min-width:768px)
p
font-size: 18px
line-height: 1.6
margin: 0 0 35px
a
text-decoration: none
background-color: transparent
&:hover
text-decoration: none
img
border-style: none
vertical-align: middle
button
border-radius: 0
.container
width: 100%
padding-right: 15px
padding-left: 15px
margin-left: auto
margin-right: auto
@media (min-width:576px)
.container
max-width: 540px
@media (min-width:768px)
.container
max-width: 720px
@media (min-width:992px)
.container
max-width: 960px
@media (min-width:1200px)
.container
max-width: 1140px