diff --git a/public/css/index.css b/public/css/index.css index e2c62d3..eb8ee18 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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; diff --git a/src/views/index.html b/src/views/index.html index abb36d8..a43a2f6 100644 --- a/src/views/index.html +++ b/src/views/index.html @@ -3,57 +3,65 @@
+ +