Spaces:
Running
Running
Jean Louis
commited on
Commit
·
5670d24
1
Parent(s):
f8410ae
letters little larger
Browse files- header.css +3 -0
header.css
CHANGED
@@ -7,10 +7,13 @@ body {
|
|
7 |
max-width: 800px; /* Limits page width for easy reading */
|
8 |
margin: 0 auto; /* Centers the content */
|
9 |
line-height: 1.6; /* Improves readability */
|
|
|
10 |
}
|
11 |
|
12 |
h1, h2, h3, h4, h5, h6 {
|
13 |
color: #ecf0f1; /* Ensures headings match text color */
|
|
|
|
|
14 |
}
|
15 |
|
16 |
a {
|
|
|
7 |
max-width: 800px; /* Limits page width for easy reading */
|
8 |
margin: 0 auto; /* Centers the content */
|
9 |
line-height: 1.6; /* Improves readability */
|
10 |
+
font-size: 18px; /* Larger text size */
|
11 |
}
|
12 |
|
13 |
h1, h2, h3, h4, h5, h6 {
|
14 |
color: #ecf0f1; /* Ensures headings match text color */
|
15 |
+
margin-top: 1em;
|
16 |
+
margin-bottom: 0.5em;
|
17 |
}
|
18 |
|
19 |
a {
|