forked from pythonph/pyconph
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Remove bullets on content page's mobile nav (#61)
- Loading branch information
1 parent
e8d6c76
commit 18242b6
Showing
2 changed files
with
5 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
{% with parent=page.get_parent %} | ||
{% for page in parent.get_children %} | ||
{% if page.show_in_menus and page.live %} | ||
<li class="text-center mb-10"> | ||
<li class="text-center mb-10 no-bullet"> | ||
<a href="{{ page.url }}" class="no-underline text-24 md:text-48 text-white font-medium hover:opacity-80">{{ page.title }}</a> | ||
</li> | ||
{% endif %} | ||
|
@@ -51,39 +51,7 @@ | |
Message us at [email protected] for questions and | ||
inquiries | ||
</p> | ||
<ul class="flex justify-center"> | ||
<li> | ||
<a href="https://discord.gg/nuWfkhR4vM" class="no-underline" target="_blank"> | ||
<img class="h-22 mr-18 hover:opacity-70" src="{% static 'img/icon/icon-discord.svg' %}" | ||
alt="discord" /> | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a href="https://www.facebook.com/pyconph" target="_blank"> | ||
<img class="h-22 mr-18 hover:opacity-70" src="{% static 'img/icon/icon-facebook.svg' %}" | ||
alt="facebook" /> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/pythonph" target="_blank"> | ||
<img class="h-22 mr-18 hover:opacity-70" src="{% static 'img/icon/icon-github.svg' %}" | ||
alt="github" /> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://twitter.com/pyconph" target="_blank"> | ||
<img class="h-22 mr-18 hover:opacity-70" src="{% static 'img/icon/icon-twitter.svg' %}" | ||
alt="twiter" /> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.instagram.com/pythonph/" target="_blank"> | ||
<img class="h-24 hover:opacity-70" src="{% static 'img/icon/icon-instagram.svg' %}" | ||
alt="instagram" /> | ||
</a> | ||
</li> | ||
</ul> | ||
{% include "socials.html" %} | ||
</div> | ||
</nav> | ||
</header> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters