This commit is contained in:
Zsolt Ero
2024-01-17 01:10:52 +01:00
parent 0972102c41
commit 53aed22a6c
5 changed files with 142 additions and 7 deletions

View File

@@ -102,11 +102,23 @@ h1 {
text-align: center;
}
.subtitle {
text-align: center;
font-style: italic;
color: #444;
margin-top: 1em;
/*.subtitle {*/
/* text-align: center;*/
/* font-style: italic;*/
/* color: #444;*/
/* margin-top: 1em;*/
/*}*/
.footer {
max-width: 600px;
margin: 3em auto 0;
display: flex;
justify-content: space-evenly;
}
.footer a {
color: #777;
text-decoration: none;
}
p {