diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index b4a0d947d..f573744ee 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -5,7 +5,17 @@ overflow: auto; height: 100%; &-info { - padding: 12% 0 20% 0; + padding-top: 22vh; + padding-bottom: 17vh; + @media(max-height: 800px) { + padding-top: 17vh; + } + @media(max-height: 700px) { + padding-top: 14vh; + } + @media(max-height: 600px) { + padding-top: 7vh; + } text-align: center; .address-label { margin-top: 5%;