File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ <h3>{{42ai_home.welcome[lang]}}</h3>
92
92
< div style ="margin: 25px 15px 15px 15px; ">
93
93
94
94
< h3 > {{ 42ai_home.quick_access.text[site.active_lang] }}
95
- < span class ="d-block d-sm -none " style ="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px; ">
95
+ < span class ="d-md -none " style ="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px; ">
96
96
< img src ="/assets/img/corner.png "/>
97
97
</ span >
98
98
</ h3 >
@@ -136,7 +136,7 @@ <h3>{{ 42ai_home.quick_access.text[site.active_lang] }}
136
136
< div style ="margin: 25px 15px 25px 15px; ">
137
137
138
138
< h3 class ="roboto " style ="color: grey; "> {{ 42ai_home.last_activity[site.active_lang] }}
139
- < span class ="d-block d-sm -none " style ="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px; ">
139
+ < span class ="d-md -none " style ="float: right; width:auto; height: 18px; display: inline-flex; border-radius: 0px; ">
140
140
< img src ="/assets/img/corner.png "/>
141
141
</ span >
142
142
</ h3 >
Original file line number Diff line number Diff line change 11
11
{% assign default = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
12
12
13
13
< div style ="height: 96px; width: 100%; padding: 0px; ">
14
- < img class ="d-none d-sm-block " src ="/assets/img/banners/home_banner.png " style ="height: auto; "> </ img >
15
- < img class ="d-block d-sm-none " src ="/assets/img/banners/banner_home-xs.png " style ="height: auto; width: 90%; margin: 5px 5% 5px 5% "> </ img >
14
+ < img src ="/assets/img/banners/home_banner2.png " style ="width: 80%; height: auto; margin: 5px 10% 5px 10% "> </ img >
16
15
</ div >
17
16
18
17
< body >
You can’t perform that action at this time.
0 commit comments