Оформляем оформление
All checks were successful
/ site (push) Successful in 1s

This commit is contained in:
Артём 2024-08-08 12:10:00 +03:00
parent f8ee449862
commit 4a37c6841a
Signed by: SadmL
GPG key ID: EEFBB39006B28920

View file

@ -44,21 +44,21 @@
}
&-title {
$border: 4px dotted $accent;
$border: 2px solid $accent;
position: relative;
color: $accent;
margin: 0 0 5px;
padding-bottom: 10px;
margin: 0 0 0px;
padding-bottom: 0px;
border-bottom: $border;
&:after {
content: '';
position: absolute;
bottom: 2px;
display: block;
width: 100%;
border-bottom: $border;
}
// &:after {
// content: '';
// position: absolute;
// bottom: 2px;
// display: block;
// width: 100%;
// border-bottom: $border;
// }
a {
text-decoration: none;