corrections

This commit is contained in:
Julie Blanc 2026-01-11 11:36:26 +01:00
parent b8cba4a52f
commit cd599ef822
8 changed files with 44 additions and 14 deletions

View file

@ -8,6 +8,7 @@
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
position: relative;
}
a {
color: currentColor;

View file

@ -1,4 +1,18 @@
@import "modules/base.css";
/* NEPASTOUCHERCECODE ------------------------------------- */
/* ---------------------------------------------------------- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
position: relative;
}
a {
color: currentColor;
}
#btn-print{
@ -7,17 +21,19 @@
background: Lavender;
font-size: 30px;
border-radius: 10px;
a{
color: currentColor;
text-decoration: none;
padding: 0.75ch 1ch;
}
}
/* VOTRECODE ----------------------------------------------- */
/* ---------------------------------------------------------- */
figure, img{
width: 200px;
}

View file

@ -2,7 +2,7 @@
<section class="couverture">
<h1 class="title">Nos vertiges</h1>
<h2 class="sutitle">Échelles, formats, mesures et démesure</h2>
<h2 class="subtitle">Échelles, formats, mesures et démesure</h2>
<p class="date">2227 août 2026</p>
<p class="rencontres">74<sup>o</sup> rencontres internationales de Lure</p>

View file

@ -6,8 +6,6 @@
"moveElems",
"marginBox",
"imposition",
"inlineNotes",
"footnotesFix",
"spread",
"previewPage",
"reloadInPlace",

View file

@ -25,7 +25,7 @@
<section class="couverture">
<h1 class="title">Nos vertiges</h1>
<h2 class="sutitle">Échelles, formats, mesures et démesure</h2>
<h2 class="subtitle">Échelles, formats, mesures et démesure</h2>
<p class="date">2227 août 2026</p>
<p class="rencontres">74<sup>o</sup> rencontres internationales de Lure</p>

View file

@ -8,6 +8,7 @@
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
position: relative;
}
a {
color: currentColor;

View file

@ -1,4 +1,18 @@
@import "modules/base.css";
/* NEPASTOUCHERCECODE ------------------------------------- */
/* ---------------------------------------------------------- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
position: relative;
}
a {
color: currentColor;
}
#btn-print{
@ -7,17 +21,19 @@
background: Lavender;
font-size: 30px;
border-radius: 10px;
a{
color: currentColor;
text-decoration: none;
padding: 0.75ch 1ch;
}
}
/* VOTRECODE ----------------------------------------------- */
/* ---------------------------------------------------------- */
figure, img{
width: 200px;
}

View file

@ -6,8 +6,6 @@
"moveElems",
"marginBox",
"imposition",
"inlineNotes",
"footnotesFix",
"spread",
"previewPage",
"reloadInPlace",