blob: fce2d467956491bf1f569c8e41f7575743e3a736 (
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
|
@import ../settings
.bottom-text
text-align: center
display: flex
justify-content: center
+resolution(992)
padding: 144px 0
+resolution(576, 991)
padding: 96px 0
+resolution(0, 575)
padding: 64px 0
div
display: flex
flex-direction: column
h2
letter-spacing: $em
color: $black
+resolution(576)
font-size: 34px
+resolution(0, 575)
font-size: 22px
p
letter-spacing: $px
font-weight: 500
color: $black2
+resolution(576)
font-size: 18px
margin-top: 24px
+resolution(0, 575)
font-size: 16px
margin-top: 16px
|