Оформляем оформление
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 { &-title {
$border: 4px dotted $accent; $border: 2px solid $accent;
position: relative; position: relative;
color: $accent; color: $accent;
margin: 0 0 5px; margin: 0 0 0px;
padding-bottom: 10px; padding-bottom: 0px;
border-bottom: $border; border-bottom: $border;
&:after { // &:after {
content: ''; // content: '';
position: absolute; // position: absolute;
bottom: 2px; // bottom: 2px;
display: block; // display: block;
width: 100%; // width: 100%;
border-bottom: $border; // border-bottom: $border;
} // }
a { a {
text-decoration: none; text-decoration: none;