adding position: relative; to #main

This commit is contained in:
Kris Aubuchon 2015-04-01 11:59:58 -04:00
parent 35da1ef620
commit ceae06b831
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ body {
}
}
#main {
position: relative;
img.avatar {
&.header {
width: 45px;