6 lines
123 B
CSS
6 lines
123 B
CSS
/* Hide the Properties section only on the homepage */
|
|
.no-properties .metadata-container {
|
|
display: none !important;
|
|
}
|
|
|