From bfda47b9ffeccbb1f7670d577c1d01d5e43a95d2 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Fri, 25 Jun 2021 22:35:03 -0400 Subject: [PATCH] Change margins --- assets/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/style.css b/assets/style.css index c49567f..3f7f968 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,4 +1,16 @@ body { font-family: 'Roboto', sans-serif; background-color: #EFEFEF; +} + +p { + margin-top: 0; +} + +h2 { + margin-bottom: 0; +} + +h3 { + margin-bottom: 0; } \ No newline at end of file