Update resumes/style.css
Browse files- 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;
|
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:
|
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;
|
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 */
|