Updated css to avoid override
This commit is contained in:
parent
2e3a3a017b
commit
0c0e2aff88
|
@ -60,8 +60,8 @@
|
|||
}
|
||||
|
||||
.hero-unit-custom {
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 30px;
|
||||
color: #222;
|
||||
padding: 10px !important;
|
||||
margin-bottom: 10px !important;
|
||||
line-height: 30px !important;
|
||||
color: #222 !important;
|
||||
}
|
Loading…
Reference in New Issue