-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrailwire.css
102 lines (89 loc) · 1.81 KB
/
railwire.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
.back {
background-color: #ffffff;
text-align: center;
margin-top:120px;
}
#thead {
font-family: "Montserrat", sans-serif;
color: #1092e9;
font-weight: bold;
}
h3 {
line-height: 1.6;
}
h2 {
line-height: 2;
}
h4 {
font-family: "Montserrat", sans-serif;
font-size: 1rem;
color: black;
font-weight: bold;
}
#route {
width: 2.3rem;
}
#free {
font-family: "Montserrat", sans-serif;
color: yellow;
background-color: #ee2690;
margin-bottom: 3.125rem;
margin-bottom: 3.125rem;
border-radius: 0.625rem;
}
#heading {
line-height: 0.3;
font-family: "Montserrat", sans-serif;
color: #1092e9;
}
#offer {
font-size: 50px;
}
#offer h3 {
margin-bottom: 30px;
font-family: "Montserrat", sans-serif;
color: #1092e9;
}
@media only screen and (max-width: 530px) and (min-width: 295px) {
#route {
width: 1.6rem;
}
h4 {
font-size: 0.9rem;
}
}
.hr {
border-top: none;
border-color: rgb(28, 27, 27);
border-style: dotted;
}
@media only screen and (max-width: 295px) and (min-width: 100px) {
#route {
width: 1.6rem;
}
h4 {
font-size: 0.9rem;
}
#heading {
font-size: 17px;
font-family: "Montserrat", sans-serif;
color: #1092e9;
}
#offer h3{
font-size: 14px;
}
#thead {
font-family: "Montserrat", sans-serif;
color: #1092e9;
font-weight: bold;
font-size: 12px;
}
h4 {
font-size: 0.8rem;
}
}
.hr {
border-top: none;
border-color: rgb(28, 27, 27);
border-style: dotted;
}