Skip to content

Commit

Permalink
修改QAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
AyagawaSeirin committed Feb 7, 2020
1 parent 20e75b8 commit 2abf4d7
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/css/detaile.css
Original file line number Diff line number Diff line change
@@ -7,6 +7,11 @@
justify-content: center;
flex-flow: column nowrap;
}
@media(max-height:777px){
#rin-main {
height: auto;
}
}
.rin-card{
padding:20px 25px;
padding-bottom:0;
3 changes: 2 additions & 1 deletion detaile.html
Original file line number Diff line number Diff line change
@@ -12,7 +12,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@latest/mdui/css/mdui.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@latest/assets/css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@latest/assets/css/detaile.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@1.2/assets/css/detaile.css">
<!-- <link rel="stylesheet" href="/assets/css/detaile.css"> -->
<link rel="stylesheet" href="//at.alicdn.com/t/font_1625701_yqfsv6kz1w9.css">
<link rel="icon" href="https://cdn.jsdelivr.net/gh/AyagawaSeirin/homepage@latest/assets/img/logo-circul-100.png">
<script>

0 comments on commit 2abf4d7

Please sign in to comment.