feat: media queries 1024

This commit is contained in:
karishmas6
2024-10-25 23:09:19 +05:30
parent 6c73434209
commit 4a3fe7917e

View File

@@ -69,8 +69,16 @@ code {
position: relative; position: relative;
} }
@media (min-width: 1024px) and (max-width: 1211px) {
#browser-recorder {
box-sizing: border-box;
height: 100vh;
margin: 0;
}
}
/* For laptops (between 1024px and 1440px) */ /* For laptops (between 1024px and 1440px) */
@media (min-width: 1024px) and (max-width: 1440px) { @media (min-width: 1211px) and (max-width: 1440px) {
#browser-recorder { #browser-recorder {
box-sizing: border-box; box-sizing: border-box;
height: calc(100vh - 0.6rem); height: calc(100vh - 0.6rem);