Skip to content

Commit af401f3

Browse files
committed
Revert "fix: merge geopolitics style"
This reverts commit ecaeb73.
1 parent ecaeb73 commit af401f3

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

website/styles.css

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

441442
.geo-intro {
@@ -513,6 +514,19 @@ p {
513514
overflow: visible;
514515
}
515516

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+
516530
#geo-event-list h3 {
517531
color: #fff;
518532
margin-top: 0;
@@ -529,16 +543,13 @@ p {
529543

530544
.geo-highlight-event {
531545
font-size: 20px !important;
532-
margin-bottom: 8px;
533-
width: 100% !important;
534546
}
535547

536548
.geo-highlight-event strong {
537549
color: #f4b400;
538550
}
539551

540552
.geo-event-description {
541-
width: 100% !important;
542553
margin-bottom: 12px;
543554
font-size: 18px !important;
544555
color: #ffd166 !important;

0 commit comments

Comments
 (0)