Make contact block list style more specific
- The wide selector had side effects across the site
This commit is contained in:
parent
c76795f0f8
commit
38f5e28e33
|
@ -35,11 +35,6 @@ a.btn, a.btn:hover {
|
||||||
text-decoration: overline;
|
text-decoration: overline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
|
||||||
width: 48px;
|
|
||||||
height: 48px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.template-icon {
|
.template-icon {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
@ -707,3 +702,8 @@ audio {
|
||||||
/**
|
/**
|
||||||
* Image grid settings END
|
* Image grid settings END
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
#contactblock .icon {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user