Skip to content

Commit

Permalink
Small responsive style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed Sep 21, 2015
1 parent 4345f3f commit fa9297c
Showing 1 changed file with 26 additions and 18 deletions.
44 changes: 26 additions & 18 deletions app/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ table {
img {
background-color: white;
}
}

@media (max-width: 768px) {
display: block;
float: none !important;
overflow: auto;
width: 100% !important;
font-size: 80%;
margin: 1.5em auto !important;

caption {
text-align: left;
}

th, td {
min-width: 3em;
line-height: 1.45em;
width: 500px;
}
@media (max-width: 768px) {
display: block;
float: none !important;
overflow: auto;
width: 100% !important;
font-size: 80%;
margin: 1.5em auto !important;

caption {
text-align: left;
}

th, td {
min-width: 3em;
line-height: 1.45em;
width: 500px;
}
}
}
Expand Down Expand Up @@ -176,10 +176,18 @@ li.toclevel-3:before {
text-align: center;
}

.thumbinner {
.thumbinner, .thumbinner div {
display: block;
margin: auto;
width: auto !important;
text-align: center;
}

img {
display: block;
margin-left: auto;
margin-right: auto;
}
}

// App
Expand Down

0 comments on commit fa9297c

Please sign in to comment.