This commit is contained in:
2023-09-26 15:42:21 +03:00
parent 9eb079c5bc
commit 4bf5488d79
4 changed files with 26 additions and 16 deletions

View File

@@ -576,6 +576,11 @@ header .header-second {
}
span.btn_profile_name {
display: block;
padding-top: 10px;
}
.header-second-item>a{
margin-right: 30px;
}
@@ -696,7 +701,7 @@ section.register>form {
/* Body text 3 */
height: 60px;
width: 97%;
width: 105%;
background: #FF613A;
color: #FFF;
/* Heading 5 */
@@ -711,6 +716,9 @@ section.register>form {
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
#registration{
width: 102%;
}
.button_register {
width: 100%;
@@ -895,7 +903,7 @@ section.login>form {
}
.inputs_l {
width: clamp(300px, 400px, 400px);
width: 104%;
height: 60px;
margin-bottom: 20px;
}
@@ -1983,7 +1991,7 @@ button#more_button{
}
.feedback_form>form{
width: 60%;
width: 75%;
margin: 0 auto;
}
.left_inputs_form{
@@ -1998,12 +2006,13 @@ button#more_button{
.counter-box{
position: relative;
display: inline-block;
width: 98%;
}
.counter-box>textarea{
border-radius: 10px;
border: 1px solid #FF613A;
width: 405px;
width: 100%;
height: 130px;
min-width: 65px;
padding: 10px 0px 0px 10px;