Skip to content

Commit c92a6aa

Browse files
committed
Restyling tables
1 parent 42fbc82 commit c92a6aa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/global-hazard.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Others, such as landslides, use a **deterministic approach**, providing an indiv
2222
background: white;
2323
}
2424

25+
.hazard-table th,
26+
.hazard-table td {
27+
width: 33.33%;
28+
}
29+
2530
.hazard-table th {
2631
color: white;
2732
padding: 1.5rem 1rem;
@@ -32,15 +37,15 @@ Others, such as landslides, use a **deterministic approach**, providing an indiv
3237
}
3338

3439
.hazard-table th:nth-child(1) {
35-
background: linear-gradient(to bottom, #8B4513 0%, #A0522D 100%);
40+
background: linear-gradient(to bottom, #5d4037 0%, #8d6e63 100%);
3641
}
3742

3843
.hazard-table th:nth-child(2) {
39-
background: linear-gradient(to bottom, #4682B4 0%, #5693C4 100%);
44+
background: linear-gradient(to bottom, #37474f 0%, #607d8b 100%);
4045
}
4146

4247
.hazard-table th:nth-child(3) {
43-
background: linear-gradient(to bottom, #228B22 0%, #32CD32 100%);
48+
background: linear-gradient(to bottom, #388e3c 0%, #66bb6a 100%);
4449
}
4550

4651
.hazard-table th a {

home.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ The map shows countries that have been already covered by the risk analytics. Cl
208208
border: none;
209209
border-right: 1px solid #e8f4f8;
210210
background-color: #fafcfd;
211+
width: 25%;
211212
}
212213

213214
.ccdr-countries-table td:last-child {

0 commit comments

Comments
 (0)