Merge pull request #476 from NielsTRS/patch-1

Fix padding css
This commit is contained in:
Amauri CHAMPEAUX 2020-07-02 08:23:30 +02:00 committed by GitHub
commit 403f2662ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ div#tarteaucitronServices {
box-sizing: content-box;
z-index: 2147483645;
text-align: center;
padding: 10px;
padding: 10px 0 10px 0;
margin: auto;
width: 100%;
}