Theme fixes

This commit is contained in:
Patrick Neff 2019-01-08 04:38:29 +01:00
parent b4998530c3
commit 94e8a2fdcd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
height: 90px; height: 90px;
border-radius: $border-radius; border-radius: $border-radius;
padding: $gutter-width; padding: $gutter-width;
margin: calc(100vh - 320px) -$gutter-width 0 -$gutter-width; margin: calc(100vh - 235px) -$gutter-width 0 -$gutter-width;
overflow: none; overflow: none;
min-width: 100%; min-width: 100%;