muhammadsalmanalfaridzi commited on
Commit
79b5930
·
verified ·
1 Parent(s): 3825a56

Update resumes/style.css

Browse files
Files changed (1) hide show
  1. resumes/style.css +2 -0
resumes/style.css CHANGED
@@ -37,6 +37,7 @@ section {
37
 
38
  /* Bullet points */
39
  ul {
 
40
  margin-left: 20px;
41
  padding-left: 0;
42
  }
@@ -53,6 +54,7 @@ li::marker {
53
  /* Paragraph spacing */
54
  p {
55
  margin: 5px 0;
 
56
  }
57
 
58
  /* Inline styles */
 
37
 
38
  /* Bullet points */
39
  ul {
40
+ list-style-type: disc;
41
  margin-left: 20px;
42
  padding-left: 0;
43
  }
 
54
  /* Paragraph spacing */
55
  p {
56
  margin: 5px 0;
57
+ text-align: justify;
58
  }
59
 
60
  /* Inline styles */