Browse Source

[kitagata_support-18354] 【都市環境課】【5-24〆】HPの更新について(生き物図鑑)

furutaNaoki 1 year ago
parent
commit
e7649301ec
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      css/kitagata_creature_encyclopedia.css

+ 7
- 3
css/kitagata_creature_encyclopedia.css View File

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

Loading…
Cancel
Save