質問編集履歴
1
修正いたしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -116,7 +116,7 @@
|
|
116
116
|
|
117
117
|
background-color: #1B224C;
|
118
118
|
|
119
|
-
height:
|
119
|
+
height: auto;
|
120
120
|
|
121
121
|
position: relative;
|
122
122
|
|
@@ -124,6 +124,18 @@
|
|
124
124
|
|
125
125
|
|
126
126
|
|
127
|
+
@media screen and (max-width: 599px) {
|
128
|
+
|
129
|
+
.intro {
|
130
|
+
|
131
|
+
height: auto;
|
132
|
+
|
133
|
+
}
|
134
|
+
|
135
|
+
}
|
136
|
+
|
137
|
+
|
138
|
+
|
127
139
|
.intro-ttl {
|
128
140
|
|
129
141
|
text-align: center;
|