diff --git a/resources/submission.scss b/resources/submission.scss index 8a69f87..fc877bf 100644 --- a/resources/submission.scss +++ b/resources/submission.scss @@ -18,7 +18,6 @@ .sub-result { display: flex; align-items: center; - font-size: 0.9em; font-weight: 600; gap: 10px; @@ -48,7 +47,7 @@ display: flex; gap: 5px; font-size: 1.2em; - margin-bottom: 5px; + margin-bottom: 10px; .name { font-weight: 700; @@ -84,8 +83,8 @@ } .sub-user-img { flex-shrink: 0; - width: 50px; - height: 50px; + width: 70px; + height: 70px; background-color: #ddd; border-radius: 50%; overflow: hidden;