Fixed styles pages

This commit is contained in:
MaxOvs19
2023-11-23 18:15:46 +03:00
parent 36b015b525
commit 652918cd0a
7 changed files with 20 additions and 17 deletions

View File

@ -99,8 +99,7 @@ export const ModalRegistration = ({ active, setActive }) => {
Подключайтесь к <p>itguild.</p>
</h2>
<p className="registration-body__left-desc">
Зарегистрируйтесь и назначайте собеседования любым специалистам без
задержек
Зарегистрируйтесь и начните работу уже сегодня
</p>
<div className="input-body">

View File

@ -1065,7 +1065,7 @@
background: #fff;
p {
font-size: 18px;
font-size: 15px;
font-weight: 500;
margin: 0;
line-height: 20px;
@ -1097,7 +1097,6 @@
border-radius: 10px;
margin-bottom: 10px;
.priority {
&__name {
cursor: pointer;
width: 100%;

View File

@ -233,6 +233,7 @@
text-overflow: ellipsis;
font-size: 14px;
max-width: 270px;
margin-left: 10px;
}
img {