Fixes header image height when user has not selected an image. Small css adjustments.

This commit is contained in:
mateuswetah 2019-03-28 14:23:07 -03:00
parent e10b0bcfd7
commit f7713974b9
3 changed files with 18 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -84,22 +84,23 @@
padding: 0 2rem;
}
}
/* textarea{
@media only screen {
@media (max-width: 576px){
width: 84.4vw;
}
@media (min-width: 768px){
width: 61.2vw;
}
@media (min-width: 992px){
width: 60vw;
}
@media (min-width: 1200px){
width: 64.7vw;
}
}
} */
textarea {
border-radius: 0;
// @media only screen {
// @media (max-width: 576px){
// width: 84.4vw;
// }
// @media (min-width: 768px){
// width: 61.2vw;
// }
// @media (min-width: 992px){
// width: 60vw;
// }
// @media (min-width: 1200px){
// width: 64.7vw;
// }
// }
}
button, a{
&#submit, &#cancel-comment-reply-link{
@media screen {

View File

@ -82,6 +82,7 @@ body.loading-content main:before {
// Bootstrap button
.btn {
padding: .25rem 1.125rem;
box-shadow: none !important;
}
// Bootstrao dropdown item