reduce padding around titles

This commit is contained in:
Swapnull 2017-10-18 21:00:18 +01:00
parent 69ef6831b9
commit 449976b0f9

View File

@ -66,10 +66,6 @@ h3 {
margin: 0; margin: 0;
} }
h1.title {
margin-bottom: 10px;
}
input { input {
outline: 0; outline: 0;
} }
@ -2076,7 +2072,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
@media (max-width: 479px) { @media (max-width: 479px) {
.container { .container {
margin: 40px 0 !important; margin: 10px 0 !important;
} }
#connect .tls { #connect .tls {