Give the notice boxes some margin so they have some space.

This commit is contained in:
Greg 2023-01-13 20:17:51 -05:00
parent 5dac683c48
commit e4eda45e9f

View file

@ -1,6 +1,7 @@
.settings_page_activitypub .notice {
max-width: 800px;
margin: 0 auto;
margin: auto;
margin-top: 10px;
}
.activitypub-settings-header {