Skip to content

Commit

Permalink
Merge pull request #71 from rubyuy/remove-unstyled-section
Browse files Browse the repository at this point in the history
Remove unstyled section
  • Loading branch information
santib authored Apr 22, 2024
2 parents 9b779f3 + 9a9115f commit 481f52c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
6 changes: 5 additions & 1 deletion _sass/meetups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -52,6 +55,7 @@
display: flex;
font-weight: bold;
justify-content: space-between;
padding: 1.5rem 8rem;
width: 100%;

@media (max-width: 425px) {
Expand Down
2 changes: 1 addition & 1 deletion _sass/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nav {
width: 100%;

&:hover {
background-color: rgb(57, 126, 120);
background-color: rgb(57, 126, 120, 0.5);
}
}

Expand Down
12 changes: 0 additions & 12 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@
{% include next_meetup.html %}

<article>
<header>
<h1> Ruby UY </h1>
<h2> Comunidad Ruby en Uruguay &#127482;&#127486; </h2>
</header>

<section>
<ul>
<li>Tareas de la comunidad: <a href="/community_tasks">Lista</a></li>
<li>Sponsors: <a href="/sponsors">Lista</a> | <a href="/sponsorship_details">Detalles de sponsoreo</a></li>
<li>Analytics: <a href="https://analytics.umami.is/share/MbC0PW7QoyfeUQU8/RubyUY" target="_blank">Ver</a></li>
</ul>


{% include meetups.html %}
{% include sponsors.html %}
</section>
Expand Down

0 comments on commit 481f52c

Please sign in to comment.