Fixed social icon alignment

This commit is contained in:
Hillel Coren 2016-12-14 22:36:06 +02:00
parent 16dba695b1
commit 5aed73a43f
3 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -170,13 +170,14 @@
.sidebar-nav li div.nav-footer { .sidebar-nav li div.nav-footer {
text-indent: 16px; text-indent: 16px;
line-height: 36px; line-height: 36px;
position: absolute; position: fixed;
bottom:40px; bottom:0;
left:0; left:0;
right:0; right:0;
text-align:left; text-align:left;
background-color:#000; background-color:#000;
min-width:263px; width:100%;
min-width:250px;
border-top-style: solid; border-top-style: solid;
} }