diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-10-20 21:30:56 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-10-20 21:30:56 -0500 |
commit | 6c51b69aa24678c96044e55942a96a17cad38b4d (patch) | |
tree | 7c837844ecbd82868fd570ef465308867ce1e28b /src/templates/about.html | |
parent | 9ea4b4d3287d0253deb45a4404702009e38ace5c (diff) |
Update mobile styles
Diffstat (limited to 'src/templates/about.html')
-rw-r--r-- | src/templates/about.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/templates/about.html b/src/templates/about.html index d4f215f..494012d 100644 --- a/src/templates/about.html +++ b/src/templates/about.html @@ -4,8 +4,7 @@ <head> <title>About</title> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <link rel="stylesheet" type="text/css" href="static/styles.css"> + {{> styles}} </head> <body> |