Browse Source

update main.css (mostly for listing older/newer archive entries).

stable
Craig Oates 2 years ago
parent
commit
d6b7e031e7
  1. 14
      static/css/main.css

14
static/css/main.css

@ -789,6 +789,20 @@ hr {
height: auto;
}
.fe-article-nav {
width: 100%;
}
/* .fe-article-nav ul { */
/* padding: 0px; */
/* margin: 6px 0px; */
/* } */
.fe-article-nav ul li {
/* list-style: none; */
margin: 6px 0px;
}
/* big landscape tablets, laptops, and desktops */
@media (min-width:880px) {

Loading…
Cancel
Save