feat: rm css for huge screens

This commit is contained in:
Rohit
2025-03-15 14:12:14 +05:30
parent 57b9756ff6
commit c57defccfb

View File

@@ -113,12 +113,4 @@ code {
.right-side-panel {
margin-left: 1rem;
}
}
/* Adjust for very large screens - prevent content from stretching too much */
@media screen and (min-width: 2000px) {
#browser-recorder {
width: 1800px;
margin: 2rem auto 2rem auto;
}
}