This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Teacup
mirror of
https://github.com/aaronpk/Teacup.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
smaller map on small screens
pull/10/head
Aaron Parecki
9 years ago
parent
965aed7436
commit
f7f5fc187b
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save