ed/halves
This commit is contained in:
parent
c70a27f3b0
commit
b67b83a350
3 changed files with 13 additions and 4 deletions
|
@ -508,6 +508,8 @@ Onboard display of navigation & video recorders for <a href="https://en.wikipedi
|
|||
<section>
|
||||
<h2>Education</h2>
|
||||
|
||||
<div class="halves">
|
||||
|
||||
<article><header>
|
||||
<div class="org"><a href="../img/cnam.png"><img class="org" src="../img/cnam.png" alt="CNAM logo"></a>
|
||||
<div class="position">
|
||||
|
@ -520,7 +522,7 @@ Onboard display of navigation & video recorders for <a href="https://en.wikipedi
|
|||
<time datetime="2021">2021</time> ← <time datetime="2019">2019</time></p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li><abbr title="Informatique, Réseaux, Systèmes et Multimédia">IRSM</abbr> (Networks, Systems & Multimedia)</li>
|
||||
<li><abbr title="Informatique, Réseaux, Systèmes et Multimédia">IRSM</abbr> (Networks, Systems, Multimedia)</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
@ -540,6 +542,8 @@ Onboard display of navigation & video recorders for <a href="https://en.wikipedi
|
|||
</ul>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
|
|
@ -508,6 +508,8 @@ Programme, en <strong>BASH</strong> et <strong>GRUB Shell</strong>, créant des
|
|||
<section>
|
||||
<h2>Éducation</h2>
|
||||
|
||||
<div class="halves">
|
||||
|
||||
<article><header>
|
||||
<div class="org"><a href="../img/cnam.png"><img class="org" src="../img/cnam.png" alt="Logo carré du CNAM"></a>
|
||||
<div class="position">
|
||||
|
@ -520,7 +522,7 @@ Programme, en <strong>BASH</strong> et <strong>GRUB Shell</strong>, créant des
|
|||
<time datetime="2021">2021</time> ← <time datetime="2019">2019</time></p>
|
||||
</div></header>
|
||||
<ul>
|
||||
<li><abbr title="Informatique, Réseaux, Systèmes et Multimédia">IRSM</abbr> (Réseaux, Systèmes et Multimédia)</li>
|
||||
<li><abbr title="Informatique, Réseaux, Systèmes et Multimédia">IRSM</abbr> (Réseaux, Systèmes, Multimédia)</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
@ -540,6 +542,8 @@ Programme, en <strong>BASH</strong> et <strong>GRUB Shell</strong>, créant des
|
|||
</ul>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
|
|
@ -231,9 +231,9 @@ ul {
|
|||
padding-inline-start: 1.25em;
|
||||
}
|
||||
|
||||
.columns {
|
||||
.columns, .halves {
|
||||
display: grid;
|
||||
gap: 1em;
|
||||
gap: .75em;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.level {
|
||||
|
@ -254,6 +254,7 @@ ul {
|
|||
body.swap .columns { grid-template-columns: 2fr 1fr; }
|
||||
body.swap aside { order: 2; }
|
||||
body.swap main { order: 1; }
|
||||
.halves { grid-template-columns: 1fr 1fr; }
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue