# HG changeset patch # User Matti Hamalainen # Date 1544628392 -7200 # Node ID c5a5899f4869b5cd229e56fd7530bb5ab8729c9e # Parent 67a80766640526ae5c396ad9ff1ac1b7a5661489 Minor stylesheet adjustments. diff -r 67a807666405 -r c5a5899f4869 basic.css --- a/basic.css Wed Dec 12 17:20:58 2018 +0200 +++ b/basic.css Wed Dec 12 17:26:32 2018 +0200 @@ -229,8 +229,8 @@ div.imageCtrl { position: absolute; - min-width: 10em; - width: 14%; + min-width: 8em; + width: 10%; top: 0; bottom: 0; background: rgba(0,0,0, 0.35); @@ -527,3 +527,14 @@ opacity: 1; } } + + +@media screen and (max-width: 400px), screen and (max-height: 400px) { + body { + font-size: 10px; + } + + #pageInfoHeader { + } +} +