fix(resume): added a padding-bottom to the sections
This commit is contained in:
parent
fe658a1d79
commit
7a9ac8fce3
|
@ -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 {
|
||||
|
|
Reference in a new issue