The site is more or less working. Some weirdness with animations though

This commit is contained in:
Cameron
2018-10-20 20:11:33 -04:00
parent c6f5c3d86e
commit 67c314924f
48 changed files with 1337 additions and 71 deletions

View File

@@ -0,0 +1,22 @@
.project-item {
width: 40%;
margin: 1em 0 1em;
}
@media (max-width: 768px) {
.project-item {
width: 75%;
}
}
@media (min-width: 768px) and (max-width: 1080px) {
.project-item {
width: 60%;
}
}
@media (min-width: 1920px) {
.project-item {
width: 30%;
}
}