style the human languages
This commit is contained in:
parent
185b565619
commit
b03b2f4b13
2 changed files with 14 additions and 1 deletions
2
cv.html
2
cv.html
|
@ -211,7 +211,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="skills-section">
|
<section id="human-languages" class="skills-section">
|
||||||
<h3>Human languages</h3>
|
<h3>Human languages</h3>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>English</dt>
|
<dt>English</dt>
|
||||||
|
|
|
@ -109,6 +109,19 @@ dl.details {
|
||||||
row-gap: 0.25rem;
|
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 {
|
@media print {
|
||||||
.experience {
|
.experience {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue