Make contact block list style more specific

- The wide selector had side effects across the site
This commit is contained in:
Hypolite Petovan 2022-12-14 22:11:19 -05:00
parent c76795f0f8
commit 38f5e28e33
1 changed files with 6 additions and 6 deletions

View File

@ -35,11 +35,6 @@ a.btn, a.btn:hover {
text-decoration: overline;
}
.icon {
width: 48px;
height: 48px;
}
.template-icon {
width: 24px;
height: 24px;
@ -706,4 +701,9 @@ audio {
}
/**
* Image grid settings END
**/
**/
#contactblock .icon {
width: 48px;
height: 48px;
}