redundant, this style does nothing
This commit is contained in:
parent
241c055a47
commit
fe90ad22db
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<a href="#main" class="skip-link">{{ meta.skipContent }}</a>
|
||||
|
||||
<header class="wrapper">
|
||||
<div class="repel ontop" style="--gap: 0;">
|
||||
<div class="repel ontop">
|
||||
<a href="/" class="logo | cluster"{% if page.url == "/" %} aria-current="page"{% endif %}>
|
||||
{% include "svg/star.svg" %}
|
||||
<span>{{ meta.siteName }}</span>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<nav id="mainnav" class="site-nav" aria-label="{{ meta.navigation.ariaTop }}">
|
||||
<ul class="cluster" style="--gap: 0" role="list">
|
||||
<ul class="cluster" role="list">
|
||||
{% for item in navigation.top %}
|
||||
<li>
|
||||
<a
|
||||
|
|
|
|||
Loading…
Reference in a new issue