fixed displaying on tablet

This commit is contained in:
jslightham
2020-05-27 00:18:08 -04:00
parent b53328826b
commit 66a30b05d9
2 changed files with 25 additions and 6 deletions

View File

@@ -75,9 +75,28 @@ ul {
list-style-position: inside;
}
@media screen and (max-width: 1873px) {
.fix{
margin-top: 10px;
min-width: 75%;
@media (max-width: 768px) {
.container-fixed{
width:600px;
}}
@media (max-width: 992px) {
.container-fixed{
width:720px;
}}
@media (max-width: 1200px) {
.container-fixed{
width:900px;
}}
@media (max-width: 1900px) {
.container-fixed{
width:1250px;
}
}
#quote-2-high{
max-width: 790px;
}
}