Merge pull request #12196 from MrPetovan/bug/12182-icon-size

Add global styles for .icon
This commit is contained in:
Philipp 2022-11-17 07:01:48 +01:00 committed by GitHub
commit 944f4733be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ a.btn, a.btn:hover {
text-decoration: overline;
}
.icon {
width: 48px;
height: 48px;
}
/* List of social Networks */
img.connector, img.connector-disabled {
height: 40px;