forked from rms-support-letter/rms-support-letter.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.scss
45 lines (38 loc) · 828 Bytes
/
custom.scss
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
@font-face {
font-family: "Noto Color Emoji";
src: url("/assets/NotoColorEmojiFlags.woff");
}
.translations {
text-align: end;
margin: 0 0 1em 0;
}
@media screen and (min-width: 800px) {
.translations {
width: 50%;
margin: 0 0 1em auto;
}
}
.translations p {
margin: 0 0 0.5em 0;
}
.translation {
line-height: 0.8em;
font-family: "Noto Color Emoji", sans-serif;
font-size: 2em;
}
.footer-col-1, .footer-col-2 {
width: -webkit-calc(100% - (30px / 2));
width: calc(100% - (30px / 2));
}
// .footer-col-wrapper becomes "display: flex" on "min-width: 800px"
@media screen and (min-width: 800px) {
.footer-col-1 {
width: -webkit-calc(70% - (30px / 2));
width: calc(70% - (30px / 2));
}
.footer-col-2 {
text-align: right;
width: -webkit-calc(30% - (30px / 2));
width: calc(30% - (30px / 2));
}
}