diff --git a/static/css/main.css b/static/css/main.css index c56a1e3..1330311 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1613,13 +1613,13 @@ a:focus { color: #7d7d7d; } -/* Add top border separator to specific sections */ -#experience, -#awards, -#courses { - border-top: 1px solid rgba(0, 0, 0, 0.1); - padding-top: 5px; - margin-top: 20px; +/* Add separator below section titles */ +#experience .section-title, +#awards .section-title, +#courses .section-title { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + padding-bottom: 15px; + margin-bottom: 20px; } /* Smooth scrolling */