feat: Add center content class

This commit is contained in:
Suraj Shetty 2020-08-27 14:38:04 +05:30
parent 7eb66d4106
commit 4a2b0255b8

View file

@ -394,4 +394,9 @@ kbd {
.icon {
text-decoration: none !important;
}
}
.center-content {
display: grid;
place-items: center;
}