Commit a7959a0c authored by 神楽坂玲奈's avatar 神楽坂玲奈

aturan

parent 14452efc
...@@ -2,7 +2,7 @@ body { ...@@ -2,7 +2,7 @@ body {
padding-top: 50px; /* body padding for fixed top nav */ padding-top: 50px; /* body padding for fixed top nav */
} }
h1, h2, h3,p { h1, h2, p {
font-family: "Helvetica Neue", Helvetica, Arial,"Microsoft Yahei"; font-family: "Helvetica Neue", Helvetica, Arial,"Microsoft Yahei";
} }
...@@ -10,6 +10,14 @@ h1 { ...@@ -10,6 +10,14 @@ h1 {
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
} }
h1, h2 {
font-weight: bold;
}
h2 {
color: #593500;
}
.navbar, footer { .navbar, footer {
background-color: #ff9900; background-color: #ff9900;
border-color: #cc6600; border-color: #cc6600;
...@@ -64,11 +72,11 @@ h1 { ...@@ -64,11 +72,11 @@ h1 {
#about { #about {
font-size: 12px; font-size: 12px;
padding-top: 10px; line-height: 20px;
padding-bottom: 5px; padding: 25px 0;
} }
#about p { #about p {
margin-bottom: 2px; margin-bottom: 0px;
} }
#download { #download {
...@@ -122,9 +130,12 @@ h1 { ...@@ -122,9 +130,12 @@ h1 {
padding-bottom: 10px; padding-bottom: 10px;
} }
#contact_and_links { #contact_and_links {
padding-bottom: 10px; padding-top: 18px;
padding-bottom: 20px;
}
#contact_and_links .row {
margin-top: 30px;
} }
#main { #main {
padding-top: 20px; padding-top: 20px;
} }
......
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