diff --git a/_layouts/default.html b/_layouts/default.html index be05b440c58c7..efb3916b2b5d9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,10 +15,10 @@ height: auto; /* Set height to 200px */ overflow: hidden; /* Hide any content that overflows */ position: relative; /* Use relative positioning */ - margin-top: 0px; /* top/bottom margin 20, left/right auto */ + margin-top: -20px; /* top/bottom margin 20, left/right auto */ margin-bottom: 20px; margin-left: auto; - margin-right: 5px; + margin-right: autp; }