muhammadsalmanalfaridzi commited on
Commit
80a2442
·
verified ·
1 Parent(s): e6a9cf4

Update resumes/style.css

Browse files
Files changed (1) hide show
  1. resumes/style.css +4 -4
resumes/style.css CHANGED
@@ -7,15 +7,15 @@ body > h1:first-of-type {
7
  body {
8
  font-family: Arial, sans-serif;
9
  font-size: 14px;
10
- line-height: 1.4; /* Sedikit lebih longgar agar teks tidak terlalu rapat */
11
- color: #000; /* Semua teks berwarna hitam */
12
  margin: 20px;
13
  }
14
 
15
  /* Header Styling - Semua heading berwarna hitam */
16
  h1, h2, h3 {
17
  color: #000;
18
- margin-bottom: 4px;
19
  font-weight: bold;
20
  }
21
 
@@ -60,7 +60,7 @@ li::marker {
60
  /* Paragraph Styling */
61
  p {
62
  margin: 5px 0;
63
- text-align: justify; /* Menjaga tampilan rapi untuk body text */
64
  }
65
 
66
  /* Inline Styles */
 
7
  body {
8
  font-family: Arial, sans-serif;
9
  font-size: 14px;
10
+ line-height: 1.4;
11
+ color: #000;
12
  margin: 20px;
13
  }
14
 
15
  /* Header Styling - Semua heading berwarna hitam */
16
  h1, h2, h3 {
17
  color: #000;
18
+ margin-bottom: 2px; /* Mengurangi jarak antar heading */
19
  font-weight: bold;
20
  }
21
 
 
60
  /* Paragraph Styling */
61
  p {
62
  margin: 5px 0;
63
+ text-align: justify;
64
  }
65
 
66
  /* Inline Styles */