feat: media queries 1024
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user