Browse Source

added feeds page and fixed feeds

master
jk 4 years ago
parent
commit
b0e84cdf0c
  1. 14
      themes/nipponalba/static/css/style.css

14
themes/nipponalba/static/css/style.css

@ -554,7 +554,19 @@ hr{
.anchor:target {
display:block;
}
.feeds {
width: 95%;
}
.feedrow {
display:grid;
grid-template-columns: 80% auto;
}
.feedrow .description{
grid-column: 1;
}
.feedrow .feedlinks{
grid-column: 2;
}
@media screen and (max-width: 960px) {
#page-top {
width: 95%;