Fix spacing between content and navigation in archives code.

This commit is contained in:
Sarah Conway
2018-05-02 15:34:04 -04:00
committed by Jonathan S. Katz
parent cdc44f2f4b
commit a0c3faacf4

View File

@ -725,6 +725,15 @@ th.formfieldnamecontainer {
}
/** This code is for pgarchives */
/**
* general navigation padding just for the archives; removable after the
* universal notifier is available
*/
.archive {
margin-top: 4rem;
}
/** Thread Lists */
.thread-list {
font-size: 0.8em;
@ -800,6 +809,10 @@ h1.subject {
}
@media (max-width: 992px) {
.archive {
margin-top: 2rem;
}
.navbar {
padding: 5px 10px;
}