diff options
Diffstat (limited to 'land-and-freedom.scss')
-rw-r--r-- | land-and-freedom.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/land-and-freedom.scss b/land-and-freedom.scss index 4447e4c..cae059a 100644 --- a/land-and-freedom.scss +++ b/land-and-freedom.scss @@ -50,6 +50,32 @@ main { } } +/* CURRENT CARD */ + +#turn_info { + border-bottom: 1px solid black; + // padding: 12px; + overflow: clip; + background-color: gray; + white-space: normal; + padding: 8px 0px; +} + +#turn_info .card { + margin: 0 auto; +} + +@media (max-height: 800px) { + #turn_info { height: 95px; } + #turn_info:hover { height: auto; } +} + +@media (max-height: 600px) { + #turn_info { + display: none; + } +} + .game_info { padding: 3px 4px; border-bottom: 1px solid black; |