Make contact block list style more specific
- The wide selector had side effects across the site
This commit is contained in:
@@ -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;
|
||||||
@@ -706,4 +701,9 @@ audio {
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Image grid settings END
|
* Image grid settings END
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
#contactblock .icon {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user