Refactor main container

This commit is contained in:
Vagner
2024-10-12 20:47:58 -03:00
parent 6516ae0509
commit c8a5c74c71
10 changed files with 13 additions and 51 deletions

View File

@@ -134,11 +134,4 @@ h4 {
.text {
@apply text-white text-center;
}
.blur-container-row {
@apply flex flex-row justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-8 w-1/3;
}
.blur-container {
@apply flex flex-col justify-center items-center px-8 py-6 gap-2 rounded-lg shadow-md shadow-gray-600 backdrop-blur-md mt-8 w-1/3;
}
</style>