Skip to content

Commit 5b07654

Browse files
committed
Chore: fix the subtitle
1 parent a0ff03f commit 5b07654

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ h2 {
9393
font-size: 1.4em;
9494
}
9595

96+
/* Centered subtitle under name */
97+
.subtitle {
98+
text-align: center;
99+
font-size: 1.1em;
100+
color: var(--secondary-color);
101+
margin: 1em 2em;
102+
line-height: 1.5;
103+
}
104+
96105
/* Company names - with underline and indentation */
97106
h3 {
98107
font-weight: bold;

0 commit comments

Comments
 (0)