OSDN Git Service

背景色とタイトルサイズ
authoryamat0jp <yamat0jp@yahoo.co.jp>
Mon, 2 Oct 2017 13:51:14 +0000 (22:51 +0900)
committeryamat0jp <yamat0jp@yahoo.co.jp>
Mon, 2 Oct 2017 13:51:14 +0000 (22:51 +0900)
static/css/top.css

index 9204cd7..a2c1caf 100644 (file)
@@ -8,6 +8,9 @@
 }
 @media only screen and (min-width:600px)
 and (max-width:899px){
+header h1 {
+       font-size:1em
+       }
 .slideshow .slide img {
        display:none
        }
@@ -19,6 +22,9 @@ and (max-width:899px){
        }
 }
 @media only screen and (max-width:599px){
+header h1 {
+       font-size:1em
+       }
 .slideshow .slide img {
        display:none
        }
@@ -37,7 +43,7 @@ and (max-width:899px){
 }
 
 .slideshow {
-       background-color:rgb(225,225,225);
+       background-color:rgb(255,225,225);
        width:100%;
        height:465px;
        overflow:hidden;