style the human languages

This commit is contained in:
john 2024-05-04 15:11:12 +02:00
parent 185b565619
commit b03b2f4b13
2 changed files with 14 additions and 1 deletions

View file

@ -211,7 +211,7 @@
</ul>
</section>
<section class="skills-section">
<section id="human-languages" class="skills-section">
<h3>Human languages</h3>
<dl>
<dt>English</dt>

View file

@ -109,6 +109,19 @@ dl.details {
row-gap: 0.25rem;
}
#human-languages dl {
display: grid;
grid-template-columns: auto auto;
justify-content: start;
column-gap: 1rem;
row-gap: 0.25rem;
& dt {
font-weight: bolder;
}
}
@media print {
.experience {