diff --git a/phobia/index.html b/phobia/index.html index c5aad47..a251df1 100755 --- a/phobia/index.html +++ b/phobia/index.html @@ -18,6 +18,7 @@ line-height: 1.6; font-size: 20px; overflow-x: hidden; + text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .header { display: flex; @@ -114,6 +115,20 @@ .program-info { text-align: left; } + .content table { + width: 100%; + } + .content table tr { + display: flex; + flex-direction: column; + margin-bottom: 0.8em; + } + .content table td { + padding-right: 0; + } + .content table td:first-child { + margin-bottom: 0.2em; + } } th, td { text-align:left;