jsonresume-theme-lucide
Version:
Lucide theme for JSON Resume
96 lines (80 loc) • 1.46 kB
CSS
.section {
display: flex;
flex-direction: column;
margin: 0.25em;
}
.section:last-child {
margin-bottom: 0;
}
.section span,
.section p,
.section a,
.section ul,
.section blockquote {
margin: 0;
font-size: 0.7rem;
text-decoration: none;
}
.section code {
font-size: 0.5rem;
}
.section-item {
display: flex;
flex-direction: column;
margin-bottom: 1em;
gap: 0.5em;
}
.section-item:last-child {
margin-bottom: 0;
}
.section-title {
font-size: 1.25rem;
font-weight: bold;
margin: 0 0 0.5em;
}
.section-header {
display: grid;
grid-template-columns: minmax(10rem, auto) 1fr;
margin-bottom: 0;
gap: 0.5em;
}
.section-date {
display: flex;
flex-direction: column;
}
.section-subtitle,
.section-subtitle a {
color: #333333;
font-size: 1rem;
font-weight: bold;
margin: 0 0 0.2em;
}
.section-information {
display: grid;
grid-template-columns: minmax(10rem, auto) 1fr;
}
.section-information span,
.section-information p,
.section-information a {
color: #0077CC;
}
.section-container {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.section-picture {
width: 10em;
height: 10em;
margin-left: auto;
margin-right: auto;
}
.section-picture > img {
width: 90%;
height: 90%;
border-radius: 50%;
border: solid 2px white;
margin: auto;
box-shadow: 0 0.5em 1em -0.125em hsla(221, 14%, 4%, 0.1), 0 0 0 1px hsla(221, 14%, 4%, 0.02);
}
/*# sourceMappingURL=section.css.map */