fix: container layout for firefox

This commit is contained in:
Varun Dhand
2023-11-01 03:56:48 +05:30
parent 6940a75591
commit 353e24f1c5
2 changed files with 15 additions and 1 deletions

View File

@@ -364,3 +364,17 @@ template {
color: #9ca3af;
opacity: 1;
}
/* third container laylout for Firefox */
@-moz-document url-prefix() {
.firefox{
padding: 32px;
}
}
/* For screens with a maximum width of 768px (mobile) */
@media (max-width: 768px) {
.firefox {
padding: 16px;
}
}