Dynamic date on nerdepitsa event page

This commit is contained in:
2016-08-26 22:16:50 +02:00
parent 4cd3f90459
commit f83384d15f
2 changed files with 30 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ article:first-child h2 img {
margin: -1.5em 0 1em 0;
padding: 0;
list-style: none;
clear: left;
}
.subtext li {
display: inline;
@@ -37,9 +38,10 @@ article:first-child h2 img {
font-size: .7em;
color: gray;
}
.subtext li a {
.subtext li a, .subtext li strong {
color: black;
font-size: 1.2em;
font-weight: normal;
}
@media screen and (max-width: 50rem) {
@@ -52,4 +54,4 @@ article:first-child h2 img {
.subtext li {
display: block;
}
}
}