@@ -61,7 +61,7 @@ body{
#content{
height:auto;
- min-height:400px;
+ min-height:calc(100vh - 150px);
padding:20px;
background-color:white;
}
@@ -202,9 +202,8 @@ body{
#footer{
position:relative;
- height:50px;
+ height:20px;
width:100%;
- background-color:rgba(15, 15, 15, 1);
box-sizing:border-box;
@@ -9,5 +9,5 @@
</p>
<p>
- <a class="button button-big" href="<?php echo FRONTEND_BASE_PATH; ?>private/changepass/">Change my e-mail password</a>
+ <a class="button button-big" href="<?php echo FRONTEND_BASE_PATH; ?>private/changepass/">Change e-mail account password</a>