Tablet modal and comparison layout fixes

This commit is contained in:
Colin McLeod
2015-05-20 01:04:11 -07:00
parent 05d623ba58
commit 2964bb79f8
3 changed files with 14 additions and 4 deletions

View File

@@ -78,14 +78,24 @@
clear: both;
margin: 1em 0 0;
height: 8.5em;
white-space: nowrap;
overflow:hidden;
h1 {
display: inline-block;
margin: 0 0.7em;
vertical-align: top;
}
table {
display: inline-block;
width: 20em;
vertical-align: top;
thead {
display: block;
text-align: center;
}
tbody {
display: block;

View File

@@ -16,7 +16,6 @@
left:50%; top:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
max-width: 75%;
padding: 3em;
background-color: @bgBlack;
@@ -30,6 +29,7 @@
margin: 0;
}
p {
min-width: 30em;
text-align: justify;
}
}