From 022d0104acfdea4174b1d08488704f145feeeed0 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Mon, 2 Mar 2026 01:46:15 -0500 Subject: [PATCH] Put table rows inside tbody tags. --- src/CloudDataExplainer.vue | 70 ++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/src/CloudDataExplainer.vue b/src/CloudDataExplainer.vue index 21aea4d2..41ede65c 100644 --- a/src/CloudDataExplainer.vue +++ b/src/CloudDataExplainer.vue @@ -55,26 +55,28 @@

We group the percent cloud cover based on the bins from the National Weather Service: - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
PercentageCloud Cover
0-25%Clear
25-50%Partly Cloudy
51-87%Mostly Cloudy
88-100%Cloudy / Overcast
PercentageCloud Cover
0-25%Clear
25-50%Partly Cloudy
51-87%Mostly Cloudy
88-100%Cloudy / Overcast

@@ -165,18 +167,20 @@

For the years included in our data set, they classify them as follows: - - - - - - - - - - - - + + + + + + + + + + + + + +
El Niño: 2003, 2007, 2010, 2016
Neutral: 2004, 2005, 2006, 2009, 2013, 2014, 2015, 2017, 2018
La Niña: 2008, 2011, 2012, 2021, 2022, 2023
El Niño: 2003, 2007, 2010, 2016
Neutral: 2004, 2005, 2006, 2009, 2013, 2014, 2015, 2017, 2018
La Niña: 2008, 2011, 2012, 2021, 2022, 2023

@@ -321,4 +325,4 @@ details.faq { background-color: #eac3021d; } - \ No newline at end of file +