File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- <!-- site title, logo and description -->
6
- <!-- to update, edit the global site config.yaml -->
7
5
< section >
6
+ <!-- site title, logo and description -->
7
+ <!-- to update, edit the global site config.yaml -->
8
8
< div class ="w-100 m-auto mt-2 ">
9
9
< div class ="d-md-flex justify-center ">
10
10
< div class ="d-sm-none "> < img class ="logo " src ="{{site.baseurl}}/assets/img/rust-python-logo.svg "
11
11
alt ="RustPython Logo ">
12
12
</ div >
13
- < div class ="w-md-25 pl-2 ">
13
+ < div class ="w-md-50 w-lg- 25 pl-2 ">
14
14
< div class ="title "> {{ site.title }}</ div >
15
15
< div class ="">
16
16
< p >
20
20
</ div >
21
21
</ div >
22
22
</ div >
23
- </ section >
24
23
25
- <!-- explainer image, paragraph and links to demos -->
26
- <!-- to update, edit index.markdown file in the root folder -->
27
- < section >
28
- < div class ="m-auto w-md-25 mt-2 ">
24
+ <!-- explainer table + paragraph and links to demos -->
25
+ <!-- to update, edit index.markdown file in the root folder -->
26
+ < div class ="m-auto w-md-50 w-lg-25 mt-2 ">
29
27
< table class ="w-100 ">
30
28
< tr >
31
29
< td class ="valign-center vpad-small ">
Original file line number Diff line number Diff line change 34
34
}
35
35
36
36
37
- /* desktop , tablets */
37
+ /* smaller laptops , tablets */
38
38
@media (min-width : 768px ) {
39
39
.mt-md-4 {
40
40
margin-top : 4em ;
85
85
}
86
86
}
87
87
88
+ @media (min-width : 1366px ) {
89
+ .w-lg-25 {
90
+ width : 25% ;
91
+ }
92
+ }
93
+
88
94
/* fixes for ipad */
89
95
@media (min-width : 992px ) {
90
96
You can’t perform that action at this time.
0 commit comments