remove class which only belongs to a plugin

The class gets re implemented in the landingpage plugin
This commit is contained in:
Sebastian Sdorra
2020-03-26 11:35:36 +01:00
parent 3ffece1547
commit 1b437a4cea

View File

@@ -491,16 +491,6 @@ ul.is-separated {
} }
} }
.column.is-half-overlay {
.overlay-column {
width: calc(50% - 3rem);
@media screen and (max-width: 768px) {
width: calc(100% - 1.5rem);
}
}
}
.column.is-full .overlay-column { .column.is-full .overlay-column {
width: calc(100% - 1.5rem); width: calc(100% - 1.5rem);
} }