[03/12/23] Adding new viewport breakpoint
This commit is contained in:
parent
f096bae1b4
commit
a1874f1732
1 changed files with 10 additions and 1 deletions
|
@ -13,9 +13,18 @@ div.content {
|
||||||
position: relative;
|
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) {
|
@media screen and (max-width: 1080px) {
|
||||||
div.content {
|
div.content {
|
||||||
width: 70%;
|
width: 80%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue