style the human languages
This commit is contained in:
parent
185b565619
commit
b03b2f4b13
2 changed files with 14 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue