mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 08:31:55 +00:00
Fix announce alignement
This commit is contained in:
parent
2ebe88771b
commit
e2d927fa9b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{# Announcements #}
|
{# Announcements #}
|
||||||
<div class="notif notif--info notif--small txtcenter inline-block mb1">{% include 'ico-info.svg' %}<time datetime="2024-10-09">09/10/2024</time>: An update about the state of the project <a href="https://github.com/GuerillaStudio/vanillalist/discussions/49" target="_blank">have been published</a></div>
|
<div class="txtcenter"><div class="notif notif--info notif--small txtcenter inline-block mb1">{% include 'ico-info.svg' %}<time datetime="2024-10-09">09/10/2024</time>: An update about the state of the project <a href="https://github.com/GuerillaStudio/vanillalist/discussions/49" target="_blank">have been published</a></div></div>
|
||||||
{# Logo #}
|
{# Logo #}
|
||||||
<a class="header__homeLink" href="{{ '/' | absoluteUrl(site.baseUrl) }}">
|
<a class="header__homeLink" href="{{ '/' | absoluteUrl(site.baseUrl) }}">
|
||||||
<div class="header__picto">{% include 'picto.svg' %}</div>
|
<div class="header__picto">{% include 'picto.svg' %}</div>
|
||||||
|
|
Loading…
Reference in a new issue