fix: alignment.

This commit is contained in:
ItzNotABug
2024-09-30 20:37:35 +05:30
parent 2d3f181c97
commit 9f48520eed
+8 -2
View File
@@ -236,8 +236,8 @@
}
.box-holder {
right: 2rem;
bottom: 1rem;
right: 0;
bottom: 0;
display: flex;
position: fixed;
}
@@ -255,4 +255,10 @@
color: var(--mid-neutrals-50, #818186);
font-family: var(--font-family-sansSerif, Inter);
}
@media (max-width: 768px) {
.is-float {
position: fixed;
}
}
</style>