From 519150d4b151d3f1276e866686c16923a5b8a71d Mon Sep 17 00:00:00 2001 From: Noololly <95478511+Noololly@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:12:45 +0000 Subject: [PATCH] Fixed sum errors --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a7bb6ce..0e92de2 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ .heading_container { display: flex; align-items: center; - margin-top: 20; + margin-top: 20px; font-family: 'Corbel'; } .heading { @@ -30,7 +30,7 @@ } @font-face { - font-family: 'Corbel' + font-family: 'Corbel'; src: url(corbel.ttf); }