correction of working capacity

This commit is contained in:
Tatiana Nikolaeva 2025-05-14 17:59:36 +05:00
parent bc293f6370
commit fa5fe30c34
11 changed files with 180 additions and 82 deletions

View file

@ -24,50 +24,60 @@
text-align: center;
font-size: 20px;
font-weight: 600;
line-height: 20px;
margin-bottom: 23px;
word-break: break-word;
padding: 0;
}
.textareaTitle{
margin-top: -17px;
width: 80%;
padding-top: 35px;
.textareaTitle,
.textareaDescrip {
width: 100%;
resize: none;
text-align: center;
font-size: 40px;
font-weight: 600;
border: none;
outline: none;
line-height: 30px;
word-break: break-word;
font-family: inherit;
padding: 0;
margin: 0;
background: transparent;
display: block;
overflow-y: hidden;
}
.description{
.textareaTitle {
font-size: 32px;
font-weight: 600;
text-align: center;
line-height: 1.2;
min-height: 40px;
}
.textareaDescrip {
font-size: 18px;
font-weight: 500;
text-align: center;
line-height: 1.4;
min-height: 24px;
}
.descriptionWrapper {
width: 80%;
margin: 0 auto;
padding: 5px 0;
}
.description {
border: none;
font-size: 24px;
font-size: 18px;
font-weight: 500;
text-align: center;
background-color: white;
display: block;
margin: 0 auto;
padding: 5px 0;
width: 80%;
word-break: break-word;
padding: 0;
}
.textareaDescrip{
width: 80%;
outline: none;
border: none;
resize: none;
text-align: center;
margin: 0 auto;
font-size: 22px;
font-weight: 500;
word-break: break-word;
padding: 0;
}
.descripButton{
border: none;