[03/12/23] Adding new viewport breakpoint

This commit is contained in:
Andrew Conlin 2023-12-03 15:02:12 +00:00
parent f096bae1b4
commit a1874f1732

View File

@ -13,9 +13,18 @@ div.content {
position: relative;
}
@media screen and (max-width: 1440px) {
div.content {
width: 60%;
height: auto;
margin: 0 auto;
position: relative;
}
}
@media screen and (max-width: 1080px) {
div.content {
width: 70%;
width: 80%;
height: auto;
margin: 0 auto;
position: relative;