summaryrefslogtreecommitdiff
path: root/land-and-freedom.css
diff options
context:
space:
mode:
Diffstat (limited to 'land-and-freedom.css')
-rw-r--r--land-and-freedom.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/land-and-freedom.css b/land-and-freedom.css
index b3ee0a8..4ef7c15 100644
--- a/land-and-freedom.css
+++ b/land-and-freedom.css
@@ -26,6 +26,32 @@ main {
background-image: url(images/map100.png);
}
}
+/* CURRENT CARD */
+#turn_info {
+ border-bottom: 1px solid black;
+ 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;