Commit 59b95076 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent a7959a0c
......@@ -2,7 +2,7 @@ body {
padding-top: 50px; /* body padding for fixed top nav */
}
h1, h2, p {
h1, h2, p, #main {
font-family: "Helvetica Neue", Helvetica, Arial,"Microsoft Yahei";
}
......@@ -11,13 +11,10 @@ h1 {
margin-right: 10px;
}
h1, h2 {
font-weight: bold;
}
h2 {
color: #593500;
}
.navbar, footer {
background-color: #ff9900;
border-color: #cc6600;
......@@ -70,15 +67,6 @@ h2 {
height: 31px;
}
#about {
font-size: 12px;
line-height: 20px;
padding: 25px 0;
}
#about p {
margin-bottom: 0px;
}
#download {
text-align: center;
margin-top: 40px;
......@@ -129,19 +117,45 @@ h2 {
#donate_and_contributing {
padding-bottom: 10px;
}
#contact_and_links {
padding-top: 18px;
padding-bottom: 20px;
}
#contact_and_links .row {
margin-top: 30px;
}
#main {
padding-top: 20px;
}
#screenshot{
margin-top: 20px;
}
#title_blank {
height: 30px;
/* 桌面端加大间距 */
@media (min-width: 992px) {
#contact_and_links, #donate_and_contributing {
padding-top: 18px;
padding-bottom: 20px;
}
#contact_and_links .row {
margin-top: 30px;
}
#donate_and_contributing .row {
margin-top: 20px;
}
h1 {
margin-top: 40px;
}
h1, h2 {
font-weight: bold;
}
#about {
font-size: 12px;
line-height: 20px;
padding: 25px 0;
}
#about p {
margin-bottom: 0px;
}
}
@media (min-width: 1200px) {
h1 {
margin-top: 80px;
}
}
\ No newline at end of file
......@@ -35,6 +35,7 @@
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://forum.my-card.in/">论坛</a></li>
<li><a href="https://my-card.in/puzzles">残局</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">《DUELIST》 <span id="duelist_lastest_issue" class="badge"></span><b class="caret"></b></a>
<ul id="duelists" class="dropdown-menu">
......@@ -51,7 +52,6 @@
<div id="main" class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<div id="title_blank" class="visible-md visible-lg"></div>
<h1>MyCard - 萌卡</h1>
<!-- 将此标记放置在你希望显示+1 按钮的位置。 -->
<div class="g-plusone" data-annotation="none"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment