diff --git a/style/style.css b/style/style.css index b45ca1d..95d6e07 100644 --- a/style/style.css +++ b/style/style.css @@ -45,7 +45,7 @@ main { align-items: center; gap: 2rem; } -.welcome-section p { +.welcome-section p, .behavior-section p, .about-section p { font-size: 1.25rem; } @@ -197,3 +197,11 @@ section { section img { border-radius: 15px; } + +.about-section ul { + list-style-type: none; +} + +.about-section li { + font-size: 1.1rem; +}