Skip to content

Commit 481f52c

Browse files
authored
Merge pull request #71 from rubyuy/remove-unstyled-section
Remove unstyled section
2 parents 9b779f3 + 9a9115f commit 481f52c

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

_sass/meetups.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
li {
3939
align-items: center;
4040
display: flex;
41-
padding: 1.5rem 8rem;
41+
42+
&:hover {
43+
background-color: rgb(57, 126, 120, 0.5);
44+
}
4245

4346
@media (max-width: 425px) {
4447
padding: 1.5rem 1rem;
@@ -52,6 +55,7 @@
5255
display: flex;
5356
font-weight: bold;
5457
justify-content: space-between;
58+
padding: 1.5rem 8rem;
5559
width: 100%;
5660

5761
@media (max-width: 425px) {

_sass/nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nav {
3737
width: 100%;
3838

3939
&:hover {
40-
background-color: rgb(57, 126, 120);
40+
background-color: rgb(57, 126, 120, 0.5);
4141
}
4242
}
4343

index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
{% include next_meetup.html %}
44

55
<article>
6-
<header>
7-
<h1> Ruby UY </h1>
8-
<h2> Comunidad Ruby en Uruguay &#127482;&#127486; </h2>
9-
</header>
10-
116
<section>
12-
<ul>
13-
<li>Tareas de la comunidad: <a href="/community_tasks">Lista</a></li>
14-
<li>Sponsors: <a href="/sponsors">Lista</a> | <a href="/sponsorship_details">Detalles de sponsoreo</a></li>
15-
<li>Analytics: <a href="https://analytics.umami.is/share/MbC0PW7QoyfeUQU8/RubyUY" target="_blank">Ver</a></li>
16-
</ul>
17-
18-
197
{% include meetups.html %}
208
{% include sponsors.html %}
219
</section>

0 commit comments

Comments
 (0)