add https port to config object

This commit is contained in:
Luke Pulverenti 2015-01-10 21:12:43 -05:00
parent 1c9f16a68d
commit 537fdc5e11

View File

@ -45,7 +45,7 @@
}
.cardBox {
margin: 4px;
margin: 3px;
}
.grayscale {
@ -54,13 +54,6 @@
filter: grayscale(100%);
}
@media all and (max-width: 800px) {
.cardBox {
margin: 0 2px;
}
}
@media all and (max-width: 600px) {
.cardBox {