Skip to content

Commit 14b5fb3

Browse files
authored
Fix #1166 - Duplicate buttons on small screens (#1167)
1 parent d8869ae commit 14b5fb3

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

templates/community/index.hbs

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -82,28 +82,6 @@
8282
</ul>
8383
</div>
8484
</div>
85-
86-
<div class="flex flex-column flex-row-l dn-m">
87-
<div class="w-33-l mh3-l pt0 flex flex-column justify-start" id="users-forum">
88-
<a href="https://users.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a>
89-
</div>
90-
91-
<div class="w-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="internals-forum">
92-
<a href="https://internals.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a>
93-
</div>
94-
95-
<div class="w-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="chat-platforms">
96-
{{!-- TODO: remove padding and margin once global declarations are gone --}}
97-
<ul class="list pa0 ma0">
98-
<li class="mb3">
99-
<a href="https://discord.gg/rust-lang" class="button button-secondary">{{fluent "discord"}}</a>
100-
</li>
101-
<li class="mb3">
102-
<a href="{{baseurl}}/governance" class="button button-secondary">{{fluent "community-teams-learn"}}</a>
103-
</li>
104-
</ul>
105-
</div>
106-
</div>
10785
</div>
10886
</section>
10987

0 commit comments

Comments
 (0)