From c6c01e35e11c15cee661a7b41089aa100368bee4 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Mon, 29 Jun 2020 10:48:03 -0700 Subject: [PATCH] _sass: Staffer padding -> margin --- _sass/custom/staffer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/custom/staffer.scss b/_sass/custom/staffer.scss index 757766c..18630e0 100644 --- a/_sass/custom/staffer.scss +++ b/_sass/custom/staffer.scss @@ -1,6 +1,6 @@ .staffer { display: flex; - padding: $sp-4; + margin: $sp-4; .staffer-image { border-radius: 50%; -- GitLab