2
0
This commit is contained in:
Maarten Billemont
2018-04-18 12:18:58 -04:00
parent ee290e5c14
commit 9d03ed06c3
2 changed files with 44 additions and 0 deletions

View File

@@ -188,6 +188,19 @@ section {
font-size: 1.2em;
}
footer {
display: flex;
padding: 2em 100px;
background: rgba(240, 240, 240, 1);
div {
flex: 1;
ul {
list-style: none;
}
}
}
input {
margin: 0 0.3ex;