fix the first step back link

This commit is contained in:
Narek Zakarian 2024-11-08 15:27:00 +04:00
parent 66536f2a57
commit f6ad82886b
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
2 changed files with 36 additions and 16 deletions

View file

@ -25,9 +25,14 @@
background-color:none;
background:none;
}
}
span {
padding: 0 12px 0 0;
&--left {
&__link {
@include font(20, 28, 400);
color: $color-gray-900;
text-decoration: none;
padding: 0 0 0 18px;
}
}