diff options
| author | real-zephex <[email protected]> | 2024-03-21 20:17:46 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 20:17:46 +0530 |
| commit | bd43309e99085e38417929de8ad2422c379af64a (patch) | |
| tree | 4ce5964e341aeabf511cebf3175d503f4da3bb5e /src/app/anime/anime.css | |
| parent | fix: trying to fix the endpoints (diff) | |
| download | dramalama-bd43309e99085e38417929de8ad2422c379af64a.tar.xz dramalama-bd43309e99085e38417929de8ad2422c379af64a.zip | |
took down the anime page
Diffstat (limited to 'src/app/anime/anime.css')
| -rw-r--r-- | src/app/anime/anime.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app/anime/anime.css b/src/app/anime/anime.css index 9c24d95..451b73a 100644 --- a/src/app/anime/anime.css +++ b/src/app/anime/anime.css @@ -5,4 +5,12 @@ flex-direction: column; justify-content: center; align-items: center; +} + +.maintainenceContainer { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + height: 80dvh; }
\ No newline at end of file |