diff --git a/static/homepage.html b/static/homepage.html index 31c43ba..51d6a79 100644 --- a/static/homepage.html +++ b/static/homepage.html @@ -9,8 +9,6 @@ margin: 0 auto; width: fit-content; max-width: 100ex; - border-radius: 4px; - text-align: left; padding: 0 1ex; } .links section { @@ -25,6 +23,9 @@ .links section h2 { margin-top: 0; } + .links p { + margin: 0; + } h2 a { color: black; } @@ -68,22 +69,30 @@