Косметичим

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 { &-title {
$border: 3px dotted $accent; $border: 4px dotted $accent;
position: relative; position: relative;
color: $accent; color: $accent;
margin: 0 0 15px; margin: 0 0 5px;
padding-bottom: 15px; padding-bottom: 10px;
border-bottom: $border; border-bottom: $border;
&:after { &:after {

View file

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