File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ description: |
30
30
<span class="display-6 d-block text-center pb-4 display-md-5 display-lg-4">
31
31
Bayesian inference with probabilistic programming
32
32
</span>
33
- <div class="d-flex flex-row flex-wrap justify-content-center gap-2">
33
+ <div class="d-flex flex-row flex-wrap panel-wrapper gap-2">
34
34
<a href="https://turinglang.org/docs/tutorials/docs-00-getting-started/" class="button--fill btn">
35
35
Tutorials
36
36
</a>
@@ -42,7 +42,7 @@ description: |
42
42
</a>
43
43
</div>
44
44
</div>
45
- <div class="d-flex flex-row flex-wrap justify-content-center gap-4 section-end-space">
45
+ <div class="d-flex flex-row flex-wrap panel-wrapper gap-4 section-end-space">
46
46
<div class="panel">
47
47
<div class="panel-title">
48
48
Intuitive
@@ -64,7 +64,7 @@ description: |
64
64
</div>
65
65
```
66
66
67
- <div class =" d-flex flex-row flex-wrap justify-content-center gap-3 pb-2 " >
67
+ <div class =" d-flex flex-row flex-wrap panel-wrapper gap-3 pb-2 " >
68
68
<div class =" example-text " style =" text-align :right ;padding :0.5rem ;" >
69
69
<div class =" fs-4 fw-bold pb-1 " >
70
70
Hello, World in Turing
86
86
```
87
87
</div >
88
88
</div >
89
- <div class =" d-flex flex-row-reverse flex-wrap justify-content-center gap-3 pt-2 section-end-space " >
89
+ <div class =" d-flex flex-row-reverse flex-wrap panel-wrapper gap-3 pt-2 section-end-space " >
90
90
<div class =" example-text " style =" padding :0.5rem ;" >
91
91
<div class =" fs-4 fw-bold pb-1 " >
92
92
Goodbye, World in Turing
Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ $theme: "cosmo" !default;
19
19
@import " rules/codeblocks" ;
20
20
21
21
@import " old/old-styles" ;
22
+
23
+ //
Original file line number Diff line number Diff line change 2
2
border-radius : $border-radius-sm ;
3
3
padding : 1rem ;
4
4
min-height : 120px !important ;
5
- min-width : 300px !important ;
5
+ // min-width: 300px !important;
6
6
7
7
--bs-card-spacer-x : 0rem !important ;
8
8
--bs-card-spacer-y : 0rem !important ;
Original file line number Diff line number Diff line change 21
21
padding : 0rem ;
22
22
}
23
23
}
24
+
25
+ .panel-wrapper {
26
+ justify-content : space-between ;
27
+
28
+ @media screen and (max-width : 992px ) {
29
+ justify-content : center ;
30
+ }
31
+ }
You can’t perform that action at this time.
0 commit comments