Merge pull request #1637 from Swapnull/swapnull/page-title-padding

Reduced padding around page titles
This commit is contained in:
Jérémie Astori 2017-10-24 13:16:14 -04:00 committed by GitHub
commit 40722601a2

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 {