Skip to content

Commit

Permalink
修复首页移动端适配问题
Browse files Browse the repository at this point in the history
  • Loading branch information
inferjay committed Apr 26, 2024
1 parent 0bef807 commit b8af30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h2 class="pop-text"></h2>
<section id="body">
<div class="container body-container">
<div class="row flex-column p-3">
<div>
<div style="max-width: 100%;">
<h1 id="introduction" class="content-title" algin="center">AndroidDevTools</h1>
<p>收集整理Android开发所需的Android
SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。欢迎大家推荐自己在Android开发过程中用的好用的工具、学习开发教程、用到设计素材。如果你觉得本站对你有用,你可以点击底部的分享按钮,把本站分享到社交网络让你的小伙伴和更多的人知道。
Expand All @@ -333,7 +333,7 @@ <h1 id="introduction" class="content-title" algin="center">AndroidDevTools</h1>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="android-studio">
<div id="android-studio" style="max-width: 100%;">
<h2>Android Studio</h2>

<blockquote style="color: gray">
Expand Down Expand Up @@ -406,7 +406,7 @@ <h2>Android Studio</h2>
<center><a class="btn btn-large btn-action" href="android-studio.html">👉去下载其他版本👈</a></center>
<br>
</div>
<div id="android-emulator">
<div id="android-emulator" style="max-width: 100%;">
<h2>Android Emulator</h2>
<blockquote style="color: gray">
<strong style="color: red">注意:</strong>如何手动安装指定版本的模拟器,请 <a href="android-emulator-install-guide.html">点击这里</a> 查看安装指南!
Expand Down

0 comments on commit b8af30a

Please sign in to comment.