feat: Add center content class
This commit is contained in:
parent
7eb66d4106
commit
4a2b0255b8
1 changed files with 5 additions and 0 deletions
|
|
@ -394,4 +394,9 @@ kbd {
|
|||
.icon {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.center-content {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue