Browse Source

styled menu

master
nglk 3 years ago
parent
commit
76d97319e3
  1. 6
      static/css/style.css

6
static/css/style.css

@ -447,21 +447,21 @@ font-size: 16px;
#colophon { #colophon {
position: absolute; position: absolute;
left: 50px; left: 50px;
bottom:15px; bottom:30px;
z-index: 5; z-index: 5;
} }
#how { #how {
position: absolute; position: absolute;
right: 50px; right: 50px;
bottom:15px; bottom:30px;
z-index: 5; z-index: 5;
} }
#about { #about {
position: absolute; position: absolute;
right: 50px; right: 50px;
top:15px; top:30px;
} }

Loading…
Cancel
Save