Browse Source

styled menu

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

8
static/css/style.css

@ -58,7 +58,7 @@ body {
margin-right: 10px;
margin-left: 20px;
position: relative;
/*border-top: 1px dashed #d81159;*/
}
@ -447,21 +447,21 @@ font-size: 16px;
#colophon {
position: absolute;
left: 50px;
bottom:15px;
bottom:30px;
z-index: 5;
}
#how {
position: absolute;
right: 50px;
bottom:15px;
bottom:30px;
z-index: 5;
}
#about {
position: absolute;
right: 50px;
top:15px;
top:30px;
}

Loading…
Cancel
Save