Updated css to avoid override

This commit is contained in:
Francesco Mangiacrapa 2020-01-17 16:55:27 +01:00
parent 2e3a3a017b
commit 0c0e2aff88
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}