From 5bc7849aaa307338d62bd77967ab4afff13b6e4f Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Tue, 19 Mar 2024 15:27:04 -0700
Subject: Add doctype
---
index.html | 1 +
style.css | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index a2042f4..8e17c5f 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+
Infantry Combat
diff --git a/style.css b/style.css
index d9b9a62..84993c0 100644
--- a/style.css
+++ b/style.css
@@ -20,7 +20,7 @@ circle.counter[data-troop-allegiance="davion"] {
}
text.counter {
- font-size: 80;
+ font-size: 80px;
font-weight: bold;
stroke: black;
fill: white;
--
cgit v1.2.3