Merge branch 'develop' of https://github.com/tainacan/tainacan-theme into develop

This commit is contained in:
mateuswetah 2018-08-28 14:42:43 -03:00
commit 903f845e63
1 changed files with 11 additions and 0 deletions

View File

@ -56,6 +56,17 @@
}
}
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
#wp-comment-cookies-consent{
width: auto;
display: inline-flex;
}
label {
margin: 0 1rem;
}
}
.comment-form-author {
margin-top: 22px;
}