File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
assets/stylesheets/spotlight Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 18
18
padding : 0 ;
19
19
position : relative ;
20
20
21
-
22
21
.site-title {
23
22
margin-bottom : 0 ;
24
23
}
30
29
white-space : nowrap ;
31
30
}
32
31
33
- small {
34
- @extend .d-none ;
35
- @extend .d-md-block ;
36
- @extend .py-2 ;
37
-
38
- font-size : $h4-font-size ;
39
- }
40
-
41
32
.navbar {
42
33
& :last-child {
43
34
margin-bottom : 0 ;
128
119
// especially on light background images.
129
120
.background-container-gradient {
130
121
@include masthead-background-containers ();
131
- background :
132
- linear-gradient (
133
- rgba (0 , 0 , 0 , 0.0 ),
134
- rgba (0 , 0 , 0 , 0.4 ),
135
- rgba (0 , 0 , 0 , 0.5 )
136
- );
122
+ background : linear-gradient (
123
+ rgba (0 , 0 , 0 , 0 ),
124
+ rgba (0 , 0 , 0 , 0.4 ),
125
+ rgba (0 , 0 , 0 , 0.5 )
126
+ );
137
127
138
128
height : 100% ;
139
129
}
Original file line number Diff line number Diff line change 33
33
<%= masthead_heading_content %>
34
34
</ h1 >
35
35
<% if masthead_subheading_content %>
36
- < small > <%= masthead_subheading_content %> </ small >
36
+ < small class =" d-none d-md-block py-2 fs-4 " > <%= masthead_subheading_content %> </ small >
37
37
<% end %>
38
38
<% end %>
39
39
</ div >
You can’t perform that action at this time.
0 commit comments