modified: custom.css

modified:   index.html
This commit is contained in:
russellballestrini 2017-03-11 17:17:37 -05:00
parent be2ab1abc2
commit 2f0fba8222
2 changed files with 18 additions and 32 deletions

View file

@ -35,3 +35,8 @@ span.avoidwrap {
.container {
max-width: 860px;
}
@media screen and (max-width:568px) {
.hidden-on-phone {display:none}
}