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