removed img max width on simplenews nodes
This commit is contained in:
parent
8def2961ac
commit
feef7951cd
File diff suppressed because it is too large
Load Diff
@ -3358,8 +3358,19 @@ body.home-v2{
|
||||
}
|
||||
} // homeV2
|
||||
|
||||
|
||||
|
||||
/*
|
||||
_ __
|
||||
_____(_)___ ___ ____ / /__ ____ ___ _ _______
|
||||
/ ___/ / __ `__ \/ __ \/ / _ \/ __ \/ _ \ | /| / / ___/
|
||||
(__ ) / / / / / / /_/ / / __/ / / / __/ |/ |/ (__ )
|
||||
/____/_/_/ /_/ /_/ .___/_/\___/_/ /_/\___/|__/|__/____/
|
||||
/_/
|
||||
*/
|
||||
.node-type-simplenews{
|
||||
img{
|
||||
max-width: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@import "misc.scss";
|
||||
|
Loading…
x
Reference in New Issue
Block a user