This commit is contained in:
Zsolt Ero
2024-01-16 02:22:26 +01:00
parent 6f8b5005f6
commit 4114cdda6c
5 changed files with 36 additions and 20 deletions

View File

@@ -78,7 +78,7 @@ h6,
font-weight: 700;
}
a {
p a {
color: #444;
font-weight: 700;
text-decoration: none;
@@ -99,6 +99,13 @@ h1 {
margin: 0 auto;
}
.subtitle {
text-align: center;
font-style: italic;
color: #444;
margin-top: 1em;
}
p {
max-width: 600px;
margin: 0 auto 0.6em;