From d2aef28044e6cce355ecca5dadee45fd7d26d4bf Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Jan 2025 03:26:37 -0700 Subject: [PATCH] Fix typo in comment. --- pages/helpers/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/helpers/main.css b/pages/helpers/main.css index 285fc75..d67df15 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -1,7 +1,7 @@ /*** 2022-09-14 CSS for the website. ***/ /* https://www.w3schools.com/Css/css_rwd_grid.asp */ - /* Enable dynamic stuffs, maks the element think its entire size includes padding. */ + /* Enable dynamic stuffs, makes the element think its entire size includes padding. */ * { box-sizing: border-box; }