diff --git a/_sass/meetups.scss b/_sass/meetups.scss index 6063a95..601d064 100644 --- a/_sass/meetups.scss +++ b/_sass/meetups.scss @@ -38,7 +38,10 @@ li { align-items: center; display: flex; - padding: 1.5rem 8rem; + + &:hover { + background-color: rgb(57, 126, 120, 0.5); + } @media (max-width: 425px) { padding: 1.5rem 1rem; @@ -52,6 +55,7 @@ display: flex; font-weight: bold; justify-content: space-between; + padding: 1.5rem 8rem; width: 100%; @media (max-width: 425px) { diff --git a/_sass/nav.scss b/_sass/nav.scss index f953d2f..19a4060 100644 --- a/_sass/nav.scss +++ b/_sass/nav.scss @@ -37,7 +37,7 @@ nav { width: 100%; &:hover { - background-color: rgb(57, 126, 120); + background-color: rgb(57, 126, 120, 0.5); } } diff --git a/index.md b/index.md index 77b812c..27a550f 100644 --- a/index.md +++ b/index.md @@ -3,19 +3,7 @@ {% include next_meetup.html %}
-
-

Ruby UY

-

Comunidad Ruby en Uruguay 🇺🇾

-
-
- - - {% include meetups.html %} {% include sponsors.html %}