style(config-page): center align tab content with auto margins

This commit is contained in:
Ivan Kalashnikov 2026-01-17 14:46:55 +07:00
parent cdd99dedfe
commit bb485df58a

View file

@ -49,6 +49,9 @@
.tab-content {
padding-top: var(--s2);
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
collapsible {