forked from Borderliner/Meshki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
79 lines (64 loc) · 992 Bytes
/
custom.css
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
74
75
76
77
78
79
i.fa {
font-size: 5rem;
margin-bottom: 20px;
}
div.share-links {
display: -webkit-flex;
display: -moz-box;
display: inline-flex;
}
div.share-links i.fa {
font-size: 4rem;
}
.title {
font-size: 7rem;
}
.column, .columns {
margin-bottom: 15px;
}
a {
text-decoration: none;
}
.container {
padding-top: 25px;
}
.grid-table div div {
text-align: center;
border-style: solid;
border-radius: 5px;
font-size: 1.5rem;
color: #222;
background-color: #E0E0E0;
}
.heading-font-size {
font-size: 1.2rem;
color: #959595;
letter-spacing: 1px;
vertical-align: middle;
}
.custom-text-right {
text-align: center;
}
#cdn {
display: none;
}
.custom-love {
font-size: 1.7rem !important;
color: #E74C3C;
transition: color 0.3s;
}
.custom-love:hover {
color: #D01129;
}
.custom-love:active {
color: #80180D;
}
.custom-down-cdn {
width: 100%;
max-width: 300px;
}
@media (min-width: 544px) {
.custom-text-right {
text-align: right;
}
}