Skip to content

Commit 913b625

Browse files
authored
Merge pull request #13 from 42-AI/dev
2 parents 7f64ffc + d4c6912 commit 913b625

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

_includes/42ai_home.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3>{{42ai_home.welcome[lang]}}</h3>
9292
<div style="margin: 25px 15px 15px 15px;">
9393

9494
<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;">
9696
<img src="/assets/img/corner.png"/>
9797
</span>
9898
</h3>
@@ -136,7 +136,7 @@ <h3>{{ 42ai_home.quick_access.text[site.active_lang] }}
136136
<div style="margin: 25px 15px 25px 15px;">
137137

138138
<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;">
140140
<img src="/assets/img/corner.png"/>
141141
</span>
142142
</h3>

_layouts/home.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
{% assign default = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
1212

1313
<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>
1615
</div>
1716

1817
<body>

assets/img/banners/home_banner2.png

219 KB
Loading

0 commit comments

Comments
 (0)