feat(resume): reworked a bit the scss

This commit is contained in:
Laureηt 2021-11-13 13:53:34 +01:00
parent 7e1f0fa33a
commit 097181b9c8
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -33,19 +33,28 @@ ul {
padding-left: 1em; padding-left: 1em;
} }
section>ul { .timeline {
padding-left: 2em; li {
padding-bottom: 1em; margin: 0;
} padding: 0;
}
.timeline>li { .arrow-up {
margin: 0; width: 0;
} height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid #c0c5ce;
margin-left: calc(1.25em - 4px);
top: -8px;
position: relative;
}
li.event { .event {
padding: 0.8em 0 0.8em 2.3em; padding: 0.8em 0 0.8em 2.3em;
margin-left: 1.25em; margin-left: 1.25em;
border-left: 2px #c0c5ce solid; border-left: 2px #c0c5ce solid;
}
} }
.tag { .tag {
@ -68,40 +77,30 @@ h1>small {
section { section {
padding-left: 1em; padding-left: 1em;
padding-bottom: 1em; padding-bottom: 1em;
}
section>p { p {
padding-left: 1em; padding-left: 1em;
margin: 0; margin: 0;
margin-bottom: 0.2em; margin-bottom: 0.2em;
} }
section>h3 { h3 {
margin-bottom: 0.3em; margin-bottom: 0.3em;
} }
.project-links { ul {
padding-left: 1em; padding-left: 2em;
} padding-bottom: 1em;
}
.project-links>a { .project-links {
padding-left: 0.3em; padding-left: 1em;
text-decoration: none;
}
h2 { a {
margin: 1em 0 0.3em 0; padding-left: 0.3em;
} text-decoration: none;
}
.arrow-up { }
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid #c0c5ce;
margin-left: calc(1.25em - 4px);
top: -8px;
position: relative;
} }
@media print { @media print {
@ -124,12 +123,14 @@ h2 {
font-size: 13px; font-size: 13px;
} }
li.event { li {
border-left: 2px black solid; .event {
} border-left: 2px black solid;
}
.tag { .tag {
font-size: 10px; font-size: 10px;
}
} }
a { a {