Browse Source

smaller map on small screens

pull/10/head
Aaron Parecki 9 years ago
parent
commit
f7f5fc187b
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      public/css/style.css

+ 8
- 0
public/css/style.css View File

@ -311,8 +311,16 @@ ul.entries li {
ul.entries .map-img {
position: absolute;
right: 0;
bottom: 0;
}
@media all and (max-width: 520px) {
ul.entries .map-img {
width: 160px;
}
}
ul.entries .author {
background-color: #e3f0d0;
border-bottom: 1px #d1e4b6 solid;

Loading…
Cancel
Save