From 357e6db148b5a265d408aaf3411b9cc5c44dd369 Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Wed, 5 Jun 2019 23:22:18 -0400 Subject: [PATCH] fix border h1 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index b13b300..1c1da9d 100644 --- a/css/style.css +++ b/css/style.css @@ -62,7 +62,7 @@ a { transition: 0.3s; } } .page-header { - border: 2px solid #000; + border-bottom: 2px solid #000; font-size: 2em; } -- 2.25.1