Косметичим

This commit is contained in:
Артём 2024-08-05 22:27:03 +03:00
parent 2fd90bec10
commit 3970d90dd2
Signed by: SadmL
GPG key ID: EEFBB39006B28920
2 changed files with 4 additions and 4 deletions

View file

@ -44,11 +44,11 @@
}
&-title {
$border: 3px dotted $accent;
$border: 4px dotted $accent;
position: relative;
color: $accent;
margin: 0 0 15px;
padding-bottom: 15px;
margin: 0 0 5px;
padding-bottom: 10px;
border-bottom: $border;
&:after {

View file

@ -3,7 +3,7 @@
<article>
<header>
<h1>
<h1 class="post-title">
{{ .Title }}
</h1>
</header>