Adjust layout: a bit more space, less bullets
This commit is contained in:
parent
b664ef765f
commit
2e5f2ec3e7
1 changed files with 14 additions and 0 deletions
|
@ -134,6 +134,20 @@ input[type=text] {
|
|||
color: #66351d;
|
||||
}
|
||||
|
||||
main ul {
|
||||
padding: 0;
|
||||
}
|
||||
main li {
|
||||
list-style-type: none;
|
||||
margin: 3em 0;
|
||||
}
|
||||
main li:first-child {
|
||||
margin-top: 2em;
|
||||
}
|
||||
main li:last-child {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
select,
|
||||
input,
|
||||
textarea,
|
||||
|
|
Loading…
Reference in a new issue