Fixes header image height when user has not selected an image. Small css adjustments.
This commit is contained in:
parent
e10b0bcfd7
commit
f7713974b9
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
|
@ -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 {
|
||||
|
|
|
@ -82,6 +82,7 @@ body.loading-content main:before {
|
|||
// Bootstrap button
|
||||
.btn {
|
||||
padding: .25rem 1.125rem;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
// Bootstrao dropdown item
|
||||
|
|
Loading…
Reference in New Issue