0.0.234 small bug fix

This commit is contained in:
2023-11-19 14:47:21 +03:00
parent d6da292d5f
commit a3ef86ba37
6 changed files with 34 additions and 8 deletions

View File

@@ -100,7 +100,7 @@
margin-right: 26px;
}
header .header-first{
margin-top: 10px;
margin-top: 8px;
}
header .header-second {
@@ -303,6 +303,10 @@
justify-content: center;
}
.four-column{
display: unset;
}
footer{
height: unset;
margin-top: unset;
@@ -366,7 +370,11 @@
max-width: 290px;
}
.button_register>button{
width: 106%;
width: 109%;
}
#request_btn{
width: 109%;
}
/*END logi_page*/
@@ -404,6 +412,7 @@
font-style: normal;
font-weight: 400;
line-height: 20px;
margin-bottom: 20px;
}
/* END registration page*/
@@ -1076,6 +1085,10 @@
/* */
.second-footer{
height: unset;
}
}
@media (max-width: 847px){
.container_subscribe{
@@ -1204,6 +1217,10 @@
display: inline-block;
}
.agree>div:last-child{
margin-bottom: 10px;
}