Center About panel and make it responsive

This commit is contained in:
Marcus Quinn
2025-03-24 21:32:15 +00:00
parent 28f87f689e
commit e83dbcfff7

View File

@ -898,7 +898,21 @@ input:checked + .wp-toggle-slider:before {
}
/* About Tab Panel */
#about .wpa-pro-plugins {
display: block;
padding: 20px;
}
#about .wpa-pro-plugin {
max-width: 800px;
max-width: 50%;
margin: 0 auto;
box-sizing: border-box;
}
@media screen and (max-width: 960px) {
#about .wpa-pro-plugin {
max-width: 100%;
margin: 0 auto;
padding: 20px;
}
}