Skip to content

Commit ecaeb73

Browse files
committed
fix: merge geopolitics style
1 parent a5fb1e3 commit ecaeb73

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

website/styles.css

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ p {
436436
[data-anchor="geopolitics"] h2,
437437
[data-anchor="geopolitics"] p {
438438
color: #fff;
439-
width: 100%;
440439
}
441440

442441
.geo-intro {
@@ -514,19 +513,6 @@ p {
514513
overflow: visible;
515514
}
516515

517-
#geo-event-list p {
518-
width: 100%;
519-
margin: 0;
520-
padding-left: 0;
521-
text-align: left;
522-
}
523-
524-
.geo-highlight-event,
525-
.geo-event-description {
526-
width: 100%;
527-
margin-left: 0;
528-
}
529-
530516
#geo-event-list h3 {
531517
color: #fff;
532518
margin-top: 0;
@@ -543,13 +529,16 @@ p {
543529

544530
.geo-highlight-event {
545531
font-size: 20px !important;
532+
margin-bottom: 8px;
533+
width: 100% !important;
546534
}
547535

548536
.geo-highlight-event strong {
549537
color: #f4b400;
550538
}
551539

552540
.geo-event-description {
541+
width: 100% !important;
553542
margin-bottom: 12px;
554543
font-size: 18px !important;
555544
color: #ffd166 !important;

0 commit comments

Comments
 (0)