Created the history page with a timeline

This commit is contained in:
Tiago Ribeiro
2024-02-01 23:45:15 +00:00
parent 2d3da1d725
commit 4fa00c47ed
6 changed files with 283 additions and 40 deletions

View File

@@ -48,9 +48,23 @@ const config: Config = {
"18": "4.5rem",
"30": "7.5rem",
"1/6": "16%",
"2/6": "32%",
"3/6": "48%",
"4/6": "64%",
"5/6": "80%",
"1/8": "12%",
"1/10": "10%",
"1/12": "8%",
"2/12": "16%",
"3/12": "24%",
"4/12": "32%",
"5/12": "40%",
"6/12": "48%",
"7/12": "56%",
"8/12": "64%",
"9/12": "72%",
"10/12": "80%",
"11/12": "88%",
},
screens: {
"-sm": {max: "639px"},