Skip to content

Commit

Permalink
fix nav style, fix discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
graymalkin committed Sep 26, 2023
1 parent e503f7d commit 72e1c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/TinkerSoc/layouts/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ul>

<ul class="discord-menu">
<li><a href="discord invite" target="_blank"><img src="{{ .Site.BaseURL }}/images/discord-mark-white.png" alt="Discord"></img><span class="discord-menu-text">Discord</span></a></li>
<li><a href="{{ .Site.Params.DiscordInvite }}" target="_blank"><img src="{{ .Site.BaseURL }}/images/discord-mark-white.png" alt="Discord"></img><span class="discord-menu-text">Discord</span></a></li>
</ul>

<div class="hamburger" onclick="document.querySelector('nav').classList.toggle('expand')">
Expand Down
4 changes: 2 additions & 2 deletions themes/TinkerSoc/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ nav ul * svg {
margin: -10px 0 -10px 0;
}

@media(min-width: 1000px) {
@media(min-width: 1200px) {
.video_wrapper div.hero {
font-size: 250%;
top: 15%;
Expand Down Expand Up @@ -213,7 +213,7 @@ nav ul * svg {
}
}

@media(max-width: 1000px) {
@media(max-width: 1200px) {
.video_wrapper div.hero {
font-size: 150%;
top: 0;
Expand Down

0 comments on commit 72e1c56

Please sign in to comment.