fix(resume): added a padding-bottom to the sections

This commit is contained in:
Laureηt 2021-10-11 21:24:06 +02:00
parent fe658a1d79
commit 7a9ac8fce3
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -35,6 +35,7 @@ ul {
section>ul {
padding-left: 2em;
padding-bottom: 1em;
}
.timeline>li {
@ -66,6 +67,7 @@ h1>small {
section {
padding-left: 1em;
padding-bottom: 1em;
}
section>p {