home : center texts button
This commit is contained in:
parent
e3207ee58e
commit
8e09bceb02
5 changed files with 12 additions and 6 deletions
|
|
@ -1 +1,4 @@
|
||||||
|
.main-edito-btn {
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: calc(2 * var(--unit--horizontal));
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
/* ================= PANELS ================= */
|
button.open-nav {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
#nav-overlay {
|
#nav-overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,4 @@ tabs:
|
||||||
body:
|
body:
|
||||||
label: Corps
|
label: Corps
|
||||||
type: writer
|
type: writer
|
||||||
metaTab: tabs/meta
|
metaTab: tabs/meta
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
<footer id="main-footer">
|
<footer id="main-footer">
|
||||||
<ul id="links">
|
<ul id="links">
|
||||||
<li>
|
|
||||||
<button class="plus open-nav" title="ouvrir la navigation">textes</button>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
id="subscribe-btn-wrapper"
|
id="subscribe-btn-wrapper"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,13 @@
|
||||||
title="lire l'éditorial"
|
title="lire l'éditorial"
|
||||||
>
|
>
|
||||||
<h2 class="main-title <?= setTitleFontSizeClass($site->subtitle()) ?>"><?= $site->subtitle()->inline() ?></h2>
|
<h2 class="main-title <?= setTitleFontSizeClass($site->subtitle()) ?>"><?= $site->subtitle()->inline() ?></h2>
|
||||||
|
</a>
|
||||||
|
<a href="#main-edito" class="no-underline" title="lire l'éditorial">
|
||||||
<p
|
<p
|
||||||
class="main-edito-btn | toggle-btn toggle-btn--left"
|
class="main-edito-btn | toggle-btn toggle-btn--left"
|
||||||
>éditorial</p>
|
>éditorial</p>
|
||||||
</a>
|
</a>
|
||||||
|
<button class="plus open-nav" title="ouvrir la navigation">textes</button>
|
||||||
<?php endslot() ?>
|
<?php endslot() ?>
|
||||||
<?php endsnippet() ?>
|
<?php endsnippet() ?>
|
||||||
<div id="main-edito" id="main-content">
|
<div id="main-edito" id="main-content">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue