1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: better resume

This commit is contained in:
Divlo
2022-11-19 20:24:13 +01:00
parent 014044573a
commit c88887a322
14 changed files with 1429 additions and 2348 deletions

View File

@ -209,7 +209,6 @@ h5 {
font-size: 75%;
font-weight: 600;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
@ -217,8 +216,6 @@ h5 {
}
.label-keyword {
display: inline-block;
background: #7eb0db;
color: white;
font-size: 0.9em;
padding: 5px;
border: 1px solid #357ebd;
@ -227,3 +224,7 @@ h5 {
.label-keyword p {
margin: 0;
}
.section-separated {
display: flex;
align-items: space-evenly;
}