diff --git a/themes/conventional-commits/static/css/scss/layout/_welcome.scss b/themes/conventional-commits/static/css/scss/layout/_welcome.scss index 3347549..11af1ee 100644 --- a/themes/conventional-commits/static/css/scss/layout/_welcome.scss +++ b/themes/conventional-commits/static/css/scss/layout/_welcome.scss @@ -74,10 +74,6 @@ transition: background-color .3s ease, color .3s ease; min-width: fit-content; - &:last-child { - margin-right: 0; - } - &:hover { background-color: $welcome-action-color; color: get-color-accessible-for-background($welcome-action-color)