made responsive for tablets

This commit is contained in:
jslightham
2020-05-26 23:34:01 -04:00
parent f80c989af8
commit 89d4b200a0
3 changed files with 14 additions and 7 deletions

View File

@@ -73,4 +73,11 @@ body{
ul {
text-align: center;
list-style-position: inside;
}
@media screen and (max-width: 1873px) {
.fix{
margin-top: 10px;
min-width: 75%;
}
}