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;
}
section>ul {
padding-left: 2em;
padding-bottom: 1em;
}
.timeline {
li {
margin: 0;
padding: 0;
}
.timeline>li {
margin: 0;
}
.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;
}
li.event {
padding: 0.8em 0 0.8em 2.3em;
margin-left: 1.25em;
border-left: 2px #c0c5ce solid;
.event {
padding: 0.8em 0 0.8em 2.3em;
margin-left: 1.25em;
border-left: 2px #c0c5ce solid;
}
}
.tag {
@ -68,40 +77,30 @@ h1>small {
section {
padding-left: 1em;
padding-bottom: 1em;
}
section>p {
padding-left: 1em;
margin: 0;
margin-bottom: 0.2em;
}
p {
padding-left: 1em;
margin: 0;
margin-bottom: 0.2em;
}
section>h3 {
margin-bottom: 0.3em;
}
h3 {
margin-bottom: 0.3em;
}
.project-links {
padding-left: 1em;
}
ul {
padding-left: 2em;
padding-bottom: 1em;
}
.project-links>a {
padding-left: 0.3em;
text-decoration: none;
}
.project-links {
padding-left: 1em;
h2 {
margin: 1em 0 0.3em 0;
}
.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;
a {
padding-left: 0.3em;
text-decoration: none;
}
}
}
@media print {
@ -124,12 +123,14 @@ h2 {
font-size: 13px;
}
li.event {
border-left: 2px black solid;
}
li {
.event {
border-left: 2px black solid;
}
.tag {
font-size: 10px;
.tag {
font-size: 10px;
}
}
a {