feat: Torino Berria esteka sartzen du
This commit is contained in:
@@ -40,18 +40,23 @@ const currentPath = Astro.url.pathname;
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<nav class="desktop-only">
|
||||
<h2>SUKALDEA</h2>
|
||||
<a href="https://torinoberria.eus">Torino Berria</a>
|
||||
</nav>
|
||||
|
||||
<nav class="desktop-only">
|
||||
<h2>Jarrai gaitzazu!</h2>
|
||||
<ul>
|
||||
<li><a href="https://mastodon.eus/@labasarea">Mastodon</a></li>
|
||||
<li><a href="/rss.xml">RSS</a></li>
|
||||
<li>
|
||||
<a href="https://bsky.app/profile/labasarea.bsky.social">Bluesky</a>
|
||||
<a href="https://bsky.app/profile/labasarea.bsky.social">Bsky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://t.me/labasarea">Telegram</a>
|
||||
</li>
|
||||
<li><a href="https://www.instagram.com/labasarea/">Instagram</a></li>
|
||||
<li><a href="https://www.instagram.com/labasarea/">IG</a></li>
|
||||
<li><a href="https://twitter.com/labasarea/">X</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -78,18 +83,23 @@ const currentPath = Astro.url.pathname;
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<nav>
|
||||
<h2>SUKALDEA</h2>
|
||||
<a href="https://torinoberria.eus">Torino Berria</a>
|
||||
</nav>
|
||||
|
||||
<nav>
|
||||
<h2>Jarrai gaitzazu!</h2>
|
||||
<ul>
|
||||
<li><a href="https://mastodon.eus/@labasarea">Mastodon</a></li>
|
||||
<li><a href="/rss.xml">RSS</a></li>
|
||||
<li>
|
||||
<a href="https://bsky.app/profile/labasarea.bsky.social">Bluesky</a>
|
||||
<a href="https://bsky.app/profile/labasarea.bsky.social">Bsky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://t.me/labasarea">Telegram</a>
|
||||
</li>
|
||||
<li><a href="https://www.instagram.com/labasarea/">Instagram</a></li>
|
||||
<li><a href="https://www.instagram.com/labasarea/">IG</a></li>
|
||||
<li><a href="https://twitter.com/labasarea/">X</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
@@ -168,7 +178,7 @@ const currentPath = Astro.url.pathname;
|
||||
|
||||
@include mediaQueries.aboveTablet {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1.2fr 1.7fr 0.8fr;
|
||||
grid-template-columns: 0.8fr repeat(4, auto);
|
||||
gap: var(--space-07-desktop);
|
||||
padding: var(--space-07-desktop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user