-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed mobile end style error && Improved style in iPhone 5 / SE
- Loading branch information
Showing
6 changed files
with
34 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,6 +120,9 @@ p { | |
.desktop { | ||
display: none; | ||
} | ||
.h5 { | ||
font-size: 18px; | ||
} | ||
} | ||
|
||
@media all and (min-width: 800px){ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
<link rel="shortcut icon" type="image/x-icon" href="https://ws1.sinaimg.cn/thumbnail/0072Lfvtly1fyegd14voyj30dw0dwt9x.jpg"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/picturepan2/[email protected]/dist/spectre.min.css" integrity="sha256-eBag0DNksOEjebVrDSBxOYWaIsRA5RBzz/PWQtkgmvM=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="elements/style.min.css"> | ||
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/gh/picturepan2/[email protected]/dist/spectre.min.css,gh/hifocus/[email protected]/elements/style.min.css"> --> | ||
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net"> | ||
<link rel="dns-prefetch" href="https://www.zhihu.com"> | ||
</head> | ||
|
@@ -97,6 +98,7 @@ <h2 id="name"></h2> | |
<!-- Footer Scripts --> <!-- Please do not swap orders --> | ||
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],gh/lrsjng/[email protected]/dist/jquery-qrcode.min.js"></script> | ||
<script src="elements/function.min.js"></script> | ||
<!-- <script src="https://cdn.jsdelivr.net/gh/hifocus/[email protected]/elements/function.min.js" integrity="sha256-KxLsYuSdnxgVpWvfJkbtsayJuI/9CvowjtYCEfjcaQk=" crossorigin="anonymous"></script> --> | ||
<script src="https://at.alicdn.com/t/font_974919_xgtacm93vxp.js"></script> | ||
|
||
</body> | ||
|