fixed contacts and added a scrollable feature

This commit is contained in:
Ethan Fraenkel
2018-08-31 11:54:11 +02:00
parent 56c5278624
commit 2a4d10b590
4 changed files with 39 additions and 1 deletions

View File

@@ -123,3 +123,31 @@ a:hover {
justify-content: center;
align-items: center;
}
.contact {
color: white;
}
.contacts {
height: 570px;
overflow: scroll;
}