mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +00:00
fix: center full layout content
This commit is contained in:
parent
af38e3cb1d
commit
a1a5e45643
1 changed files with 1 additions and 0 deletions
|
|
@ -48,5 +48,6 @@
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
@apply w-full h-full;
|
@apply w-full h-full;
|
||||||
|
@apply flex items-center justify-center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue