You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.title, #contact {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: row;
|
|
align-items: baseline;
|
|
}
|
|
|
|
ul {
|
|
margin-top: 0;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: initial;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
section {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 0;
|
|
margin-bottom: 0.5em;
|
|
} |