|
@@ -3,10 +3,14 @@
|
3
|
3
|
}
|
4
|
4
|
|
5
|
5
|
.overview {
|
6
|
|
- margin-bottom: 20px;
|
|
6
|
+ margin-bottom: 28px;
|
7
|
7
|
width: 100%;
|
8
|
8
|
}
|
9
|
9
|
|
|
10
|
+.overview p {
|
|
11
|
+ font-size: 1.1rem;
|
|
12
|
+}
|
|
13
|
+
|
10
|
14
|
.springCreaturesTitleBar {
|
11
|
15
|
content: '';
|
12
|
16
|
width: 94%;
|
|
@@ -14,7 +18,7 @@
|
14
|
18
|
display: inline-block;
|
15
|
19
|
background-color: #AEAEAE;
|
16
|
20
|
position: absolute;
|
17
|
|
- top: 148px;
|
|
21
|
+ top: 154px;
|
18
|
22
|
}
|
19
|
23
|
|
20
|
24
|
.springCreaturesTitleBar::after {
|
|
@@ -36,7 +40,7 @@
|
36
|
40
|
display: inline-block;
|
37
|
41
|
background-color: #00AE9D;
|
38
|
42
|
position: absolute;
|
39
|
|
- top: 1390px;
|
|
43
|
+ top: 1400px;
|
40
|
44
|
}
|
41
|
45
|
|
42
|
46
|
.summerCreaturesTitleBar::after {
|