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; }