diff website/src/fschmidt/stopwatch.html @ 1294:2555154ad19f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 10 Jan 2019 18:22:52 -0700
parents 007ceb8dcf89
children
line wrap: on
line diff
--- a/website/src/fschmidt/stopwatch.html	Sun Jan 06 14:09:24 2019 -0700
+++ b/website/src/fschmidt/stopwatch.html	Thu Jan 10 18:22:52 2019 -0700
@@ -1,6 +1,7 @@
 <!doctype html>
 <html>
 	<head>
+		<title>Stopwatch</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1">
 		<style>
 			body {
@@ -8,7 +9,7 @@
 			}
 			button {
 				cursor: pointer;
-				font-size: 1em;
+				font-size: inherit;
 				border-radius: 6px;
 				display: none;
 			}