From 734715d9f2f6bbc080a4b713bdf795a7d6ebc9a7 Mon Sep 17 00:00:00 2001 From: Rocco Asselin <53147775+Rocco970@users.noreply.github.com> Date: Thu, 17 Sep 2020 19:34:36 -0400 Subject: [PATCH] .description selector class typo Changed margin-botton to margin-bottom --- src/resumes/material-dark.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resumes/material-dark.vue b/src/resumes/material-dark.vue index 96aab11..7752f4a 100755 --- a/src/resumes/material-dark.vue +++ b/src/resumes/material-dark.vue @@ -214,7 +214,7 @@ a { } .description { margin-top: -20px; - margin-botton: 20px; + margin-bottom: 20px; } } .section-headline {