Browse Source

changed colophon position on mobile

master
Cristina Cochior 4 years ago
parent
commit
f2f3d4d026
  1. 8
      static/css/main.css

8
static/css/main.css

@ -261,11 +261,11 @@ div#listofpeople{
} }
#colophon { #colophon {
position: fixed; position: absolute;
width: 15%; width: 13%;
z-index: 3; z-index: 3;
top: 79%; top: 87%;
left: 60.5%; left: 42%;
} }
#colophondiv { #colophondiv {

Loading…
Cancel
Save