Adds a full calendar display to the tilderadio schedule #13

Merged
deepend merged 7 commits from tomasino/tilderadio-site:master into master 2020-09-27 02:15:55 +00:00
1 changed files with 9 additions and 3 deletions
Showing only changes of commit 6c272afa11 - Show all commits

View File

@ -304,7 +304,8 @@ th {
.img-thumbnail,
body {
background-color: #040304
background-color: #040304;
overflow-x: hidden;
}
@font-face {
@ -1585,7 +1586,7 @@ h6 {
.h1,
h1 {
font-size: 48px
font-size: 38px
}
.h2,
@ -1834,6 +1835,11 @@ dd {
}
@media (min-width:768px) {
.h1,
h1 {
font-size: 48px
}
.dl-horizontal dt {
float: left;
width: 160px;
@ -8014,4 +8020,4 @@ tr.active {
::-moz-selection {
background: #3EE77B;
color: #040304
}
}