Get rid of standard block margin on branding block
This commit is contained in:
parent
e81830d784
commit
697fd75577
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.block-geofresco-branding {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Prevent images from being larger than their Drupal-set size
|
// Prevent images from being larger than their Drupal-set size
|
||||||
.image.no-upscale img {
|
.image.no-upscale img {
|
||||||
width: intrinsic; /* Safari/WebKit uses a non-standard name */
|
width: intrinsic; /* Safari/WebKit uses a non-standard name */
|
||||||
|
|
Loading…
Add table
Reference in a new issue