diff options
author | Adam Carpenter <atc@53hor.net> | 2020-04-27 21:21:11 -0400 |
---|---|---|
committer | Adam Carpenter <atc@53hor.net> | 2020-04-27 21:21:11 -0400 |
commit | 042e14023e375a0b4d3cdb9b0d62102815e644a6 (patch) | |
tree | 8e2d69ea729762273e8f60747d656db488e3eac0 /src/html | |
parent | 60915408f6b9549dd8f0279ab3f715f1a32dea15 (diff) | |
download | carpentertutoring-042e14023e375a0b4d3cdb9b0d62102815e644a6.tar.xz carpentertutoring-042e14023e375a0b4d3cdb9b0d62102815e644a6.zip |
fixed font size, removed uneeded file, updated TODOs for prod
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/index.html b/src/html/index.html index 2920e48..2866efa 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -14,7 +14,7 @@ <link rel="stylesheet" href="css/index.css" /> </head> - <body class="has-navbar-fixed-top"> + <body class="has-navbar-fixed-top is-size-4-desktop"> <!-- navigation --> <nav class="navbar is-fixed-top"> <div class="navbar-brand"> |