Denser CV skills
This commit is contained in:
parent
595b9ca233
commit
2f8de3cd7d
16
style.css
16
style.css
@ -505,9 +505,9 @@ address.mono-addr span {
|
|||||||
|
|
||||||
.skill-categories {
|
.skill-categories {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
|
||||||
gap: 2rem;
|
gap: 1rem;
|
||||||
padding: 1rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -516,8 +516,8 @@ address.mono-addr span {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.5rem;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -525,7 +525,7 @@ address.mono-addr span {
|
|||||||
.skill-tags {
|
.skill-tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.5rem 1.5rem;
|
gap: 0.4rem 0.8rem;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -786,14 +786,14 @@ body.cv-mode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cv-mode .tag {
|
.cv-mode .tag {
|
||||||
font-size: 0.72rem !important;
|
font-size: 0.65rem !important;
|
||||||
font-family: var(--mono-font);
|
font-family: var(--mono-font);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
border: 1px solid rgba(0, 210, 255, 0.15);
|
border: 1px solid rgba(0, 210, 255, 0.15);
|
||||||
background: rgba(0, 210, 255, 0.04);
|
background: rgba(0, 210, 255, 0.04);
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
padding: 4px 12px;
|
padding: 2px 8px;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user