CSS improvement and text change
This commit is contained in:
parent
2a3c5fde5e
commit
932c8b8251
2 changed files with 3 additions and 4 deletions
|
@ -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);
|
||||
background-color:white;
|
||||
padding:20px;
|
||||
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>
|
||||
</p>
|
Loading…
Add table
Reference in a new issue