reformat the html for better seo?

This commit is contained in:
creations 2025-05-03 07:28:23 -04:00
parent 167d989600
commit a4f139406c
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 62 additions and 34 deletions

View file

@ -85,6 +85,15 @@ body {
align-items: center;
}
main {
width: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.open-source-logo {
width: 2rem;
height: 2rem;
@ -330,6 +339,17 @@ ul {
max-width: 700px;
}
.activities-section {
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
max-width: 700px;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.activities {
display: flex;
flex-direction: column;