Add list-unsubscribe

This commit is contained in:
2020-04-06 20:59:53 +02:00
parent 8f10febcf2
commit c01fe7f3bd
5 changed files with 10 additions and 6 deletions

View File

@@ -478,9 +478,10 @@ $legend-color: $post-color;
.settings-section {
display: inline-block;
width: 100%;
margin-top: 1.5rem;
h1 {
margin: 1.5rem 0 1rem;
margin: 0 0 1rem;
}
label {
@@ -490,7 +491,7 @@ $legend-color: $post-color;
}
&.title {
margin: -1rem;
margin: -1rem -1rem 0 -1rem;
width: calc(100% + 2rem);
background: rgba(255, 255, 255, 0.4);
text-align: center;