TODOs updated, removed App.css, About page

This commit is contained in:
TaylorS15
2023-02-11 13:27:02 -05:00
parent 1d3e5b85fc
commit 4c6951977e
6 changed files with 77 additions and 10 deletions

View File

@@ -15,6 +15,8 @@
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
min-height: 100vh;
overflow-x: hidden;
}
/* Sections
@@ -26,6 +28,8 @@ html {
body {
margin: 0;
min-height: 100vh;
overflow-x: hidden;
}
/**