1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-15 22:05:00 -05:00

* fix alignment issues

This commit is contained in:
Reinhard Pointner 2015-04-29 07:25:14 +00:00
parent 2d593ddacd
commit 91fbafebcb

View File

@ -164,7 +164,7 @@ h1 .description {
.social { .social {
float: right; float: right;
position: relative; position: relative;
right: -30px; right: -10px;
top: -15px; top: -15px;
} }
@ -175,7 +175,7 @@ h1 .description {
.social .twitter { .social .twitter {
position: relative; position: relative;
top: 3px; top: 3px;
width: 110px; width: 90px;
} }
.social .facebook { .social .facebook {