jayvan / tempest-watch

Track active tempests in Path of Exile
zlib License
7 stars 5 forks source link

Css Fix: Main content breaks nav box-shadow #1

Closed qborreda closed 9 years ago

qborreda commented 9 years ago

Just a quick suggestion ..

At the moment, the navigation box-shadow is broken when the <main> content is draw. You should just apply a

main {
   margin-top: 10px;
}

to your main node to fix this ..