File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11
11
{%- endif -%}
12
12
</ a >
13
13
14
- < h1 class ="site-title ">
15
- < a href ="{{ '/' | relative_url }} "> {{ site.title }}</ a >
16
- </ h1 >
14
+ < a class ="site-title d-block " href ="{{ '/' | relative_url }} "> {{ site.title }}</ a >
17
15
< p class ="site-subtitle fst-italic mb-0 "> {{ site.tagline }}</ p >
18
16
</ header >
19
17
<!-- .profile-wrapper -->
Original file line number Diff line number Diff line change @@ -738,20 +738,18 @@ $btn-mb: 0.5rem;
738
738
}
739
739
740
740
.site-title {
741
+ @extend %clickable-transition ;
742
+ @extend %sidebar-link-hover ;
743
+
741
744
font-family : inherit ;
742
745
font-weight : 900 ;
743
746
font-size : 1.75rem ;
744
747
line-height : 1.2 ;
745
748
letter-spacing : 0.25px ;
746
749
margin-top : 1.25rem ;
747
750
margin-bottom : 0.5rem ;
748
-
749
- a {
750
- @extend %clickable-transition ;
751
- @extend %sidebar-link-hover ;
752
-
753
- color : var (--site-title-color );
754
- }
751
+ width : fit-content ;
752
+ color : var (--site-title-color );
755
753
}
756
754
757
755
.site-subtitle {
You can’t perform that action at this time.
0 commit comments