File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ description: |
24
24
``` {=html}
25
25
<div class="line-graph">
26
26
<div class="upperContent">
27
- <h1 style="font-size:6rem; ">Turing.jl</h1>
27
+ <h1 class="responsive-heading ">Turing.jl</h1>
28
28
</div>
29
29
<div class="Animation">
30
30
<svg viewBox="0 0 2300 498" xmlns="http://www.w3.org/2000/svg">
Original file line number Diff line number Diff line change 10
10
padding-top : $large-y-space ;
11
11
}
12
12
13
+ .responsive-heading {
14
+ font-size : clamp (2rem , 6vw , 6rem );
15
+ }
16
+
13
17
.panel {
14
18
border-radius : $border-radius-sm ;
15
19
padding : 1rem 1.25rem ;
Original file line number Diff line number Diff line change 27
27
}
28
28
29
29
@mixin raw-button {
30
- padding : 0.5rem 1 rem ;
30
+ padding : 0.5rem 1.25 rem ;
31
31
border-radius : 25px ;
32
32
border : solid $text-muted 1px ;
33
33
color : $color-fg ;
Original file line number Diff line number Diff line change 43
43
.upperContent {
44
44
width : 88% ;
45
45
text-align : end ;
46
- padding-top : 5.5 % ;
46
+ padding-top : 7 % ;
47
47
padding-right : 45% ;
48
48
position : absolute ;
49
49
z-index : 5 ;
You can’t perform that action at this time.
0 commit comments