Drop margin from cast header (#8331)

This commit is contained in:
Paulus Schoutsen 2021-02-06 23:00:06 +01:00 committed by GitHub
parent b66d14e980
commit 9c7af0dfce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,8 +98,12 @@ class HcLayout extends LitElement {
line-height: 32px;
padding: 24px 16px 16px;
display: block;
margin: 0;
}
.hero {
border-radius: 4px 4px 0 0;
}
.subtitle {
font-size: 14px;
color: var(--secondary-text-color);