More font tweaks
This commit is contained in:
parent
230bc5a002
commit
6e8d7bc106
4 changed files with 83 additions and 50 deletions
23
style.css
23
style.css
|
|
@ -166,13 +166,19 @@ p.title-blurb {
|
|||
|
||||
.project-name { font-size: 0.72rem; }
|
||||
|
||||
.project-summary ul { padding-left: 12px; margin-top: 2px; }
|
||||
.project-summary li {
|
||||
p.project-summary {
|
||||
font-size: 0.68rem;
|
||||
line-height: 1.5;
|
||||
color: rgba(255,255,255,0.85);
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
div.project-summary ul { list-style: disc; padding-left: 14px; margin-top: 2px; }
|
||||
div.project-summary li {
|
||||
font-size: 0.68rem;
|
||||
line-height: 1.5;
|
||||
color: rgba(255,255,255,0.85);
|
||||
}
|
||||
.project-summary li::before { content: "• "; color: var(--muted); }
|
||||
|
||||
.project-details {
|
||||
max-height: 0;
|
||||
|
|
@ -198,14 +204,19 @@ p.title-blurb {
|
|||
.education-card:hover .edu-extras { max-height: 0; opacity: 0; margin-top: 0; }
|
||||
.education-card.open .edu-extras { max-height: 400px; opacity: 1; margin-top: 4px; }
|
||||
}
|
||||
.project-details ul { padding-left: 12px; margin-top: 4px; }
|
||||
.project-details ul { list-style: disc; padding-left: 14px; margin-top: 4px; }
|
||||
.project-details li {
|
||||
font-size: 0.68rem;
|
||||
color: var(--muted);
|
||||
line-height: 1.5;
|
||||
margin-bottom: 1px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.project-details li::before { content: "• "; }
|
||||
.project-details li a {
|
||||
color: var(--accent);
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
.project-details li a:hover { opacity: 0.8; }
|
||||
|
||||
.tech-list {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue