Fix typo in comment.

This commit is contained in:
Hyperling 2025-01-29 03:26:37 -07:00
parent 276a4857ff
commit d2aef28044

View File

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