Skip to content

Commit 0c4a986

Browse files
author
hgarbeil
committed
formatting
1 parent 1e264bf commit 0c4a986

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

css/style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,19 @@ tbody th, tbody td {
434434

435435
@media only screen and (max-width: 1200px) {
436436

437+
.main-footer {
438+
flex-direction: column ;
439+
justify-content: center;
440+
align-items: center ;
441+
}
442+
443+
.footer-left {
444+
width: 80% ;
445+
}
446+
.footer-right{
447+
width: 80% ;
448+
}
449+
437450

438451

439452
.topnav ul {
@@ -445,6 +458,9 @@ tbody th, tbody td {
445458

446459

447460
@media only screen and (max-width: 1000px) {
461+
462+
463+
448464
.divimage img {
449465
display: none ;
450466
}

js/references.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ let mainrefstring = `<section class="maincontent_top">
1717
<li>Robert Rhode, Berkley Earth (2023), <a href="https://berkeleyearth.org/global-temperature-report-for-2023/" target="_blank">
1818
Global Temperature Report for 2023"</a> , published online at "https://berkeleyearth.org/global-temperature-report-for-2023/" , accessed Oct 2024
1919
</li>
20+
<li>Berkley Earth(2025),<a href="https://berkeleyearth.org/whats-new/?cat=temperature-updates" target="_blank">Berkley Earth Temperature Updates. </a>Published online at "https://berkeleyearth.org/whats-new/?cat=temperature-updates"
21+
</li>
2022
<li>Scripps Institute of Oceanography, UC San Diego , <a href="https://scrippsco2.ucsd.edu/" target="_blank">Scripps CO2 Program, </a> Published online at "https://scrippsco2.ucsd.edu/", accessed October 2024
2123
</li>
2224
<li>Scripps Institute of Oceanography, UC San Diego , <a href="https://scrippsco2.ucsd.edu/data/atmospheric_co2/primary_mlo_co2_record.html" target="_blank">Mauna Loa CO2 Data | Scripps CO2 Program | Scripps Institute of Oceanography</a> , Published online at "https://scrippsco2.ucsd.edu/data/atmospheric_co2/primary_mlo_co2_record.html" , accessed October 2024

0 commit comments

Comments
 (0)