Add padding to config card container (#6234) [deploy]

This card inside of card thing really triggers me. It's not really
important because we don't have many people poking around in these
views, but just to make myself feel a littler better I added a bit of
padding to make it less cluttered.
This commit is contained in:
Jacob Herrington 2020-02-25 15:43:49 -06:00 committed by GitHub
parent 057b1c7664
commit afea3c97f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,7 @@
#siteConfigBodyContainer {
padding: 20px;
}
.pagination {
justify-content: right;