Update components.css

This commit is contained in:
webdvlpr 2023-01-22 19:27:08 +05:30 committed by GitHub
parent e66cd12f4c
commit 61d2bf4180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
.fit { .fit {
min-height: calc(100vh - 88px); min-height: calc(100vh - 88px);
} }
*{
background-color: red;
}