diff --git a/static/css/main.css b/static/css/main.css index 3ed3296..28eb180 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -807,6 +807,15 @@ iconify-icon { font-style: italic; } +/* Experience Items */ +.experience-item { + margin-bottom: 2.5rem; + padding-bottom: 2rem; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} + +/* Keep border on all experience items including last one */ + /* Courses */ .course-item { display: flex; @@ -817,11 +826,7 @@ iconify-icon { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } -.course-item:last-child { - border-bottom: none; - padding-bottom: 0; - margin-bottom: 0; -} +/* Keep border on all course items including last one */ .course-icon { flex-shrink: 0; @@ -1334,10 +1339,7 @@ a:focus { transition: gap 0.3s ease-in-out; } -.award-item:last-child { - border-bottom: none; - padding-bottom: 0; -} +/* Keep border on all award items including last one */ /* Adjust gap when logos are hidden */ .cv-paper:not(.show-logos) .award-item {