diff --git a/PaydayFrontend/Views/Home/Credits.cshtml b/PaydayFrontend/Views/Home/Credits.cshtml
index f33d47a..8b09234 100644
--- a/PaydayFrontend/Views/Home/Credits.cshtml
+++ b/PaydayFrontend/Views/Home/Credits.cshtml
@@ -132,20 +132,22 @@
diff --git a/PaydayFrontend/wwwroot/css/style.css b/PaydayFrontend/wwwroot/css/style.css
index abea1d4..31df097 100644
--- a/PaydayFrontend/wwwroot/css/style.css
+++ b/PaydayFrontend/wwwroot/css/style.css
@@ -897,7 +897,8 @@ footer {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
- height: 60%
+ max-height: 80px;
+ min-height: 50px;
}
.bank_form {
@@ -919,7 +920,23 @@ footer {
top: 70px;
left: 270px
}
-
+.bank_procent_text {
+ color: #646464;
+ font-family: Roboto;
+ font-size: 20px;
+ font-style: normal;
+ font-weight: 400;
+ line-height: normal;
+ text-align: center;
+}
+.bank_procent {
+ color: #43CA79;
+ font-family: Roboto;
+ font-size: 32px;
+ font-style: normal;
+ font-weight: 600;
+ line-height: normal;
+}
.form_btn {
display: -webkit-box;
display: -ms-flexbox;
@@ -933,7 +950,8 @@ footer {
width: 150px;
background-color: #20d37d;
border-radius: 20px;
- color: #fff
+ color: #fff;
+ font-size:30px;
}
.form_btn_img {